#abcaad
a light, soft green · cool · closest name: silver
RGB
171, 202, 173
HSL
124°, 23%, 73%
CMYK
15, 0, 14, 21
Luminance
0.5392
Every format
| HEX | #abcaad |
| RGB | rgb(171, 202, 173) |
| HSL | hsl(124, 23%, 73%) |
| CMYK | cmyk(15%, 0%, 14%, 21%) |
| LAB | lab(78.4 -15.9 11.1) |
| LCH | lch(78.4 19.4 145.3) |
| OKLCH | oklch(0.808 0.052 146.8) |
Copy-ready code
/* CSS */
color: #abcaad;
background-color: #abcaad;
/* Tailwind (arbitrary) */
class="text-[#abcaad] bg-[#abcaad]"
/* SCSS */
$brand: #abcaad;
/* SwiftUI */
Color(red: 0.671, green: 0.792, blue: 0.678)
/* Android */
Color.parseColor("#abcaad")Accessibility — WCAG contrast
Aa
#abcaad on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcaad on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.2%
Blue67.8%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow14.4%
Key (black)20.8%
Color previews
#abcaad text on a black background
contrast 11.78:1
Card sample
#abcaad text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcaad;
Background color
Panel with #abcaad background
background-color: #abcaad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcaad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 202, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 202, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcaad; background: linear-gradient(135deg, #abcaad, #ABCAC2);