#abcbad
a light, soft green · cool · closest name: silver
RGB
171, 203, 173
HSL
124°, 24%, 73%
CMYK
16, 0, 15, 20
Luminance
0.5439
Every format
| HEX | #abcbad |
| RGB | rgb(171, 203, 173) |
| HSL | hsl(124, 24%, 73%) |
| CMYK | cmyk(16%, 0%, 15%, 20%) |
| LAB | lab(78.7 -16.4 11.4) |
| LCH | lch(78.7 20.0 145.2) |
| OKLCH | oklch(0.810 0.054 146.7) |
Copy-ready code
/* CSS */
color: #abcbad;
background-color: #abcbad;
/* Tailwind (arbitrary) */
class="text-[#abcbad] bg-[#abcbad]"
/* SCSS */
$brand: #abcbad;
/* SwiftUI */
Color(red: 0.671, green: 0.796, blue: 0.678)
/* Android */
Color.parseColor("#abcbad")Accessibility — WCAG contrast
Aa
#abcbad on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcbad on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.6%
Blue67.8%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow14.8%
Key (black)20.4%
Color previews
#abcbad text on a black background
contrast 11.88:1
Card sample
#abcbad text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcbad;
Background color
Panel with #abcbad background
background-color: #abcbad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcbad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 203, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 203, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcbad; background: linear-gradient(135deg, #abcbad, #ABCBC2);