#ade1c8
a light, vivid green · cool · closest name: beige
RGB
173, 225, 200
HSL
151°, 46%, 78%
CMYK
23, 0, 11, 12
Luminance
0.6690
Every format
| HEX | #ade1c8 |
| RGB | rgb(173, 225, 200) |
| HSL | hsl(151, 46%, 78%) |
| CMYK | cmyk(23%, 0%, 11%, 12%) |
| LAB | lab(85.5 -21.7 6.8) |
| LCH | lch(85.5 22.8 162.6) |
| OKLCH | oklch(0.867 0.064 164.0) |
Copy-ready code
/* CSS */
color: #ade1c8;
background-color: #ade1c8;
/* Tailwind (arbitrary) */
class="text-[#ade1c8] bg-[#ade1c8]"
/* SCSS */
$brand: #ade1c8;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.784)
/* Android */
Color.parseColor("#ade1c8")Accessibility — WCAG contrast
Aa
#ade1c8 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade1c8 on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue78.4%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow11.1%
Key (black)11.8%
Color previews
#ade1c8 text on a black background
contrast 14.38:1
Card sample
#ade1c8 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade1c8;
Background color
Panel with #ade1c8 background
background-color: #ade1c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade1c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade1c8; background: linear-gradient(135deg, #ade1c8, #ADD7E1);