#A0BDA8
A light, muted green closely aligning with Darkseagreen.
About #A0BDA8
The precise color #A0BDA8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkseagreen. This translates to an RGB value of rgb(160, 189, 168).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 15% cyan, 0% magenta, 11% yellow, and 26% black. 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0BDA8
RGB160, 189, 168
HSL136.6°, 18.0%, 68.4%
CMYK15%, 0%, 11%, 26%
HSV136.6°, 15.3%, 74.1%
LAB74.0, -14.0, 7.3
XYZ39.8, 46.7, 44.0
Decimal10534312
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.03:1
Text on #FFFFFF
FAIL
10.34:1
Text on #000000
AAA
1.94:1
Text on #F8FAFC
FAIL
8.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0BDA8;
}
.text-color {
color: #A0BDA8;
}
.border-color {
border: 2px solid #A0BDA8;
}