#adead4
a light, vivid green · cool · closest name: beige
RGB
173, 234, 212
HSL
158°, 59%, 80%
CMYK
26, 0, 9, 8
Luminance
0.7248
Every format
| HEX | #adead4 |
| RGB | rgb(173, 234, 212) |
| HSL | hsl(158, 59%, 80%) |
| CMYK | cmyk(26%, 0%, 9%, 8%) |
| LAB | lab(88.2 -23.7 4.5) |
| LCH | lch(88.2 24.1 169.4) |
| OKLCH | oklch(0.890 0.069 170.4) |
Copy-ready code
/* CSS */
color: #adead4;
background-color: #adead4;
/* Tailwind (arbitrary) */
class="text-[#adead4] bg-[#adead4]"
/* SCSS */
$brand: #adead4;
/* SwiftUI */
Color(red: 0.678, green: 0.918, blue: 0.831)
/* Android */
Color.parseColor("#adead4")Accessibility — WCAG contrast
Aa
#adead4 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adead4 on black: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.8%
Blue83.1%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow9.4%
Key (black)8.2%
Color previews
#adead4 text on a black background
contrast 15.50:1
Card sample
#adead4 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adead4;
Background color
Panel with #adead4 background
background-color: #adead4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adead4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 234, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 234, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adead4; background: linear-gradient(135deg, #adead4, #ADD7EA);