#8ABDAF
A light, muted green closely aligning with Cadetblue.
About #8ABDAF
Visually, #8ABDAF is defined as a muted green. Its closest recognized web color is Cadetblue. Its digital footprint relies on 138 parts red, 189 parts green, and 175 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 27% C, 0% M, 7% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8ABDAF
RGB138, 189, 175
HSL163.5°, 27.9%, 64.1%
CMYK27%, 0%, 7%, 26%
HSV163.5°, 27.0%, 74.1%
LAB72.8, -19.7, 1.7
XYZ36.4, 44.9, 47.3
Decimal9092527
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.10:1
Text on #FFFFFF
FAIL
9.98:1
Text on #000000
AAA
2.01:1
Text on #F8FAFC
FAIL
8.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8ABDAF;
}
.text-color {
color: #8ABDAF;
}
.border-color {
border: 2px solid #8ABDAF;
}