#adc2b7
a light, muted green · cool · closest name: silver
RGB
173, 194, 183
HSL
149°, 15%, 72%
CMYK
11, 0, 6, 24
Luminance
0.5089
Every format
| HEX | #adc2b7 |
| RGB | rgb(173, 194, 183) |
| HSL | hsl(149, 15%, 72%) |
| CMYK | cmyk(11%, 0%, 6%, 24%) |
| LAB | lab(76.6 -9.3 3.1) |
| LCH | lch(76.6 9.8 161.5) |
| OKLCH | oklch(0.795 0.028 163.0) |
Copy-ready code
/* CSS */
color: #adc2b7;
background-color: #adc2b7;
/* Tailwind (arbitrary) */
class="text-[#adc2b7] bg-[#adc2b7]"
/* SCSS */
$brand: #adc2b7;
/* SwiftUI */
Color(red: 0.678, green: 0.761, blue: 0.718)
/* Android */
Color.parseColor("#adc2b7")Accessibility — WCAG contrast
Aa
#adc2b7 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc2b7 on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green76.1%
Blue71.8%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow5.7%
Key (black)23.9%
Color previews
#adc2b7 text on a black background
contrast 11.18:1
Card sample
#adc2b7 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc2b7;
Background color
Panel with #adc2b7 background
background-color: #adc2b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc2b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 194, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 194, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc2b7; background: linear-gradient(135deg, #adc2b7, #ADBFC2);