#ade6ca
a light, vivid green · cool · closest name: beige
RGB
173, 230, 202
HSL
151°, 53%, 79%
CMYK
25, 0, 12, 10
Luminance
0.6974
Every format
| HEX | #ade6ca |
| RGB | rgb(173, 230, 202) |
| HSL | hsl(151, 53%, 79%) |
| CMYK | cmyk(25%, 0%, 12%, 10%) |
| LAB | lab(86.9 -23.8 7.8) |
| LCH | lch(86.9 25.0 161.9) |
| OKLCH | oklch(0.878 0.070 163.3) |
Copy-ready code
/* CSS */
color: #ade6ca;
background-color: #ade6ca;
/* Tailwind (arbitrary) */
class="text-[#ade6ca] bg-[#ade6ca]"
/* SCSS */
$brand: #ade6ca;
/* SwiftUI */
Color(red: 0.678, green: 0.902, blue: 0.792)
/* Android */
Color.parseColor("#ade6ca")Accessibility — WCAG contrast
Aa
#ade6ca on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade6ca on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.2%
Blue79.2%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow12.2%
Key (black)9.8%
Color previews
#ade6ca text on a black background
contrast 14.95:1
Card sample
#ade6ca text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade6ca;
Background color
Panel with #ade6ca background
background-color: #ade6ca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade6ca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 230, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 230, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade6ca; background: linear-gradient(135deg, #ade6ca, #ADDCE6);