#adccb2
a light, soft green · cool · closest name: silver
RGB
173, 204, 178
HSL
130°, 23%, 74%
CMYK
15, 0, 13, 20
Luminance
0.5528
Every format
| HEX | #adccb2 |
| RGB | rgb(173, 204, 178) |
| HSL | hsl(130, 23%, 74%) |
| CMYK | cmyk(15%, 0%, 13%, 20%) |
| LAB | lab(79.2 -15.4 9.5) |
| LCH | lch(79.2 18.1 148.2) |
| OKLCH | oklch(0.815 0.049 149.8) |
Copy-ready code
/* CSS */
color: #adccb2;
background-color: #adccb2;
/* Tailwind (arbitrary) */
class="text-[#adccb2] bg-[#adccb2]"
/* SCSS */
$brand: #adccb2;
/* SwiftUI */
Color(red: 0.678, green: 0.800, blue: 0.698)
/* Android */
Color.parseColor("#adccb2")Accessibility — WCAG contrast
Aa
#adccb2 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adccb2 on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.0%
Blue69.8%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow12.7%
Key (black)20.0%
Color previews
#adccb2 text on a black background
contrast 12.06:1
Card sample
#adccb2 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adccb2;
Background color
Panel with #adccb2 background
background-color: #adccb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adccb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 204, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 204, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adccb2; background: linear-gradient(135deg, #adccb2, #ADCCC7);