#adc8ba
a light, soft green · cool · closest name: silver
RGB
173, 200, 186
HSL
149°, 20%, 73%
CMYK
14, 0, 7, 22
Luminance
0.5374
Every format
| HEX | #adc8ba |
| RGB | rgb(173, 200, 186) |
| HSL | hsl(149, 20%, 73%) |
| CMYK | cmyk(14%, 0%, 7%, 22%) |
| LAB | lab(78.3 -11.8 4.0) |
| LCH | lch(78.3 12.5 161.5) |
| OKLCH | oklch(0.809 0.035 163.0) |
Copy-ready code
/* CSS */
color: #adc8ba;
background-color: #adc8ba;
/* Tailwind (arbitrary) */
class="text-[#adc8ba] bg-[#adc8ba]"
/* SCSS */
$brand: #adc8ba;
/* SwiftUI */
Color(red: 0.678, green: 0.784, blue: 0.729)
/* Android */
Color.parseColor("#adc8ba")Accessibility — WCAG contrast
Aa
#adc8ba on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc8ba on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green78.4%
Blue72.9%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow7.0%
Key (black)21.6%
Color previews
#adc8ba text on a black background
contrast 11.75:1
Card sample
#adc8ba text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc8ba;
Background color
Panel with #adc8ba background
background-color: #adc8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 200, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 200, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc8ba; background: linear-gradient(135deg, #adc8ba, #ADC4C8);