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