#adead1
a light, vivid green · cool · closest name: aquamarine
RGB
173, 234, 209
HSL
155°, 59%, 80%
CMYK
26, 0, 11, 8
Luminance
0.7233
Every format
| HEX | #adead1 |
| RGB | rgb(173, 234, 209) |
| HSL | hsl(155, 59%, 80%) |
| CMYK | cmyk(26%, 0%, 11%, 8%) |
| LAB | lab(88.1 -24.3 5.9) |
| LCH | lch(88.1 25.0 166.3) |
| OKLCH | oklch(0.889 0.071 167.5) |
Copy-ready code
/* CSS */
color: #adead1;
background-color: #adead1;
/* Tailwind (arbitrary) */
class="text-[#adead1] bg-[#adead1]"
/* SCSS */
$brand: #adead1;
/* SwiftUI */
Color(red: 0.678, green: 0.918, blue: 0.820)
/* Android */
Color.parseColor("#adead1")Accessibility — WCAG contrast
Aa
#adead1 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adead1 on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.8%
Blue82.0%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow10.7%
Key (black)8.2%
Color previews
#adead1 text on a black background
contrast 15.47:1
Card sample
#adead1 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adead1;
Background color
Panel with #adead1 background
background-color: #adead1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adead1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 234, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 234, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adead1; background: linear-gradient(135deg, #adead1, #ADDAEA);