#adc9b2
a light, soft green · cool · closest name: silver
RGB
173, 201, 178
HSL
131°, 21%, 73%
CMYK
14, 0, 11, 21
Luminance
0.5387
Every format
| HEX | #adc9b2 |
| RGB | rgb(173, 201, 178) |
| HSL | hsl(131, 21%, 73%) |
| CMYK | cmyk(14%, 0%, 11%, 21%) |
| LAB | lab(78.4 -13.8 8.4) |
| LCH | lch(78.4 16.2 148.9) |
| OKLCH | oklch(0.809 0.044 150.4) |
Copy-ready code
/* CSS */
color: #adc9b2;
background-color: #adc9b2;
/* Tailwind (arbitrary) */
class="text-[#adc9b2] bg-[#adc9b2]"
/* SCSS */
$brand: #adc9b2;
/* SwiftUI */
Color(red: 0.678, green: 0.788, blue: 0.698)
/* Android */
Color.parseColor("#adc9b2")Accessibility — WCAG contrast
Aa
#adc9b2 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc9b2 on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green78.8%
Blue69.8%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow11.4%
Key (black)21.2%
Color previews
#adc9b2 text on a black background
contrast 11.77:1
Card sample
#adc9b2 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc9b2;
Background color
Panel with #adc9b2 background
background-color: #adc9b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc9b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 201, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 201, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc9b2; background: linear-gradient(135deg, #adc9b2, #ADC9C5);