#adcdb7
a light, soft green · cool · closest name: silver
RGB
173, 205, 183
HSL
139°, 24%, 74%
CMYK
16, 0, 11, 20
Luminance
0.5597
Every format
| HEX | #adcdb7 |
| RGB | rgb(173, 205, 183) |
| HSL | hsl(139, 24%, 74%) |
| CMYK | cmyk(16%, 0%, 11%, 20%) |
| LAB | lab(79.6 -14.9 7.4) |
| LCH | lch(79.6 16.7 153.6) |
| OKLCH | oklch(0.819 0.046 155.2) |
Copy-ready code
/* CSS */
color: #adcdb7;
background-color: #adcdb7;
/* Tailwind (arbitrary) */
class="text-[#adcdb7] bg-[#adcdb7]"
/* SCSS */
$brand: #adcdb7;
/* SwiftUI */
Color(red: 0.678, green: 0.804, blue: 0.718)
/* Android */
Color.parseColor("#adcdb7")Accessibility — WCAG contrast
Aa
#adcdb7 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcdb7 on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.4%
Blue71.8%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow10.7%
Key (black)19.6%
Color previews
#adcdb7 text on a black background
contrast 12.19:1
Card sample
#adcdb7 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcdb7;
Background color
Panel with #adcdb7 background
background-color: #adcdb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcdb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 205, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 205, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcdb7; background: linear-gradient(135deg, #adcdb7, #ADCDCC);