#ade1cf
a light, vivid green · cool · closest name: beige
RGB
173, 225, 207
HSL
159°, 46%, 78%
CMYK
23, 0, 8, 12
Luminance
0.6724
Every format
| HEX | #ade1cf |
| RGB | rgb(173, 225, 207) |
| HSL | hsl(159, 46%, 78%) |
| CMYK | cmyk(23%, 0%, 8%, 12%) |
| LAB | lab(85.6 -20.3 3.4) |
| LCH | lch(85.6 20.6 170.6) |
| OKLCH | oklch(0.869 0.059 171.6) |
Copy-ready code
/* CSS */
color: #ade1cf;
background-color: #ade1cf;
/* Tailwind (arbitrary) */
class="text-[#ade1cf] bg-[#ade1cf]"
/* SCSS */
$brand: #ade1cf;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.812)
/* Android */
Color.parseColor("#ade1cf")Accessibility — WCAG contrast
Aa
#ade1cf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade1cf on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue81.2%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow8.0%
Key (black)11.8%
Color previews
#ade1cf text on a black background
contrast 14.45:1
Card sample
#ade1cf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade1cf;
Background color
Panel with #ade1cf background
background-color: #ade1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade1cf; background: linear-gradient(135deg, #ade1cf, #ADD0E1);