#adcdb0
a light, soft green · cool · closest name: silver
RGB
173, 205, 176
HSL
126°, 24%, 74%
CMYK
16, 0, 14, 20
Luminance
0.5568
Every format
| HEX | #adcdb0 |
| RGB | rgb(173, 205, 176) |
| HSL | hsl(126, 24%, 74%) |
| CMYK | cmyk(16%, 0%, 14%, 20%) |
| LAB | lab(79.4 -16.2 10.9) |
| LCH | lch(79.4 19.6 146.1) |
| OKLCH | oklch(0.817 0.053 147.7) |
Copy-ready code
/* CSS */
color: #adcdb0;
background-color: #adcdb0;
/* Tailwind (arbitrary) */
class="text-[#adcdb0] bg-[#adcdb0]"
/* SCSS */
$brand: #adcdb0;
/* SwiftUI */
Color(red: 0.678, green: 0.804, blue: 0.690)
/* Android */
Color.parseColor("#adcdb0")Accessibility — WCAG contrast
Aa
#adcdb0 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcdb0 on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.4%
Blue69.0%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow14.1%
Key (black)19.6%
Color previews
#adcdb0 text on a black background
contrast 12.14:1
Card sample
#adcdb0 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcdb0;
Background color
Panel with #adcdb0 background
background-color: #adcdb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcdb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 205, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 205, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcdb0; background: linear-gradient(135deg, #adcdb0, #ADCDC5);