#92DBF8
A light, vivid blue closely aligning with Skyblue.
About #92DBF8
At its core, #92DBF8 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Skyblue. In the RGB color space, it consists of 146 red, 219 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 41% cyan and 12% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92DBF8
RGB146, 219, 248
HSL197.1°, 87.9%, 77.3%
CMYK41%, 12%, 0%, 3%
HSV197.1°, 41.1%, 97.3%
LAB83.7, -15.4, -21.3
XYZ54.1, 63.6, 98.2
Decimal9624568
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.71:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92DBF8;
}
.text-color {
color: #92DBF8;
}
.border-color {
border: 2px solid #92DBF8;
}