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