#adcfb2
a light, soft green · cool · closest name: silver
RGB
173, 207, 178
HSL
129°, 26%, 75%
CMYK
16, 0, 14, 19
Luminance
0.5672
Every format
| HEX | #adcfb2 |
| RGB | rgb(173, 207, 178) |
| HSL | hsl(129, 26%, 75%) |
| CMYK | cmyk(16%, 0%, 14%, 19%) |
| LAB | lab(80.0 -16.9 10.7) |
| LCH | lch(80.0 20.0 147.7) |
| OKLCH | oklch(0.822 0.054 149.3) |
Copy-ready code
/* CSS */
color: #adcfb2;
background-color: #adcfb2;
/* Tailwind (arbitrary) */
class="text-[#adcfb2] bg-[#adcfb2]"
/* SCSS */
$brand: #adcfb2;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.698)
/* Android */
Color.parseColor("#adcfb2")Accessibility — WCAG contrast
Aa
#adcfb2 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcfb2 on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue69.8%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow14.0%
Key (black)18.8%
Color previews
#adcfb2 text on a black background
contrast 12.34:1
Card sample
#adcfb2 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcfb2;
Background color
Panel with #adcfb2 background
background-color: #adcfb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcfb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcfb2; background: linear-gradient(135deg, #adcfb2, #ADCFC9);