#8ABDC5
A light, moderate cyan closely aligning with Lightblue.
About #8ABDC5
When working with digital screens, the color #8ABDC5 is rendered by mixing light. Its closest recognized web color is Lightblue. This translates to an RGB value of rgb(138, 189, 197).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 30% cyan, 4% magenta, 0% yellow, and 23% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8ABDC5
RGB138, 189, 197
HSL188.1°, 33.7%, 65.7%
CMYK30%, 4%, 0%, 23%
HSV188.1°, 29.9%, 77.3%
LAB73.4, -14.7, -9.4
XYZ38.8, 45.8, 59.6
Decimal9092549
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.17:1
Text on #000000
AAA
1.97:1
Text on #F8FAFC
FAIL
8.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8ABDC5;
}
.text-color {
color: #8ABDC5;
}
.border-color {
border: 2px solid #8ABDC5;
}