#ade4ca
a light, vivid green · cool · closest name: beige
RGB
173, 228, 202
HSL
152°, 51%, 79%
CMYK
24, 0, 11, 11
Luminance
0.6864
Every format
| HEX | #ade4ca |
| RGB | rgb(173, 228, 202) |
| HSL | hsl(152, 51%, 79%) |
| CMYK | cmyk(24%, 0%, 11%, 11%) |
| LAB | lab(86.3 -22.8 7.0) |
| LCH | lch(86.3 23.8 162.9) |
| OKLCH | oklch(0.874 0.067 164.3) |
Copy-ready code
/* CSS */
color: #ade4ca;
background-color: #ade4ca;
/* Tailwind (arbitrary) */
class="text-[#ade4ca] bg-[#ade4ca]"
/* SCSS */
$brand: #ade4ca;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.792)
/* Android */
Color.parseColor("#ade4ca")Accessibility — WCAG contrast
Aa
#ade4ca on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade4ca on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue79.2%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow11.4%
Key (black)10.6%
Color previews
#ade4ca text on a black background
contrast 14.73:1
Card sample
#ade4ca text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade4ca;
Background color
Panel with #ade4ca background
background-color: #ade4ca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade4ca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade4ca; background: linear-gradient(135deg, #ade4ca, #ADD9E4);