#ade5ca
a light, vivid green · cool · closest name: beige
RGB
173, 229, 202
HSL
151°, 52%, 79%
CMYK
25, 0, 12, 10
Luminance
0.6919
Every format
| HEX | #ade5ca |
| RGB | rgb(173, 229, 202) |
| HSL | hsl(151, 52%, 79%) |
| CMYK | cmyk(25%, 0%, 12%, 10%) |
| LAB | lab(86.6 -23.3 7.4) |
| LCH | lch(86.6 24.4 162.4) |
| OKLCH | oklch(0.876 0.068 163.8) |
Copy-ready code
/* CSS */
color: #ade5ca;
background-color: #ade5ca;
/* Tailwind (arbitrary) */
class="text-[#ade5ca] bg-[#ade5ca]"
/* SCSS */
$brand: #ade5ca;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.792)
/* Android */
Color.parseColor("#ade5ca")Accessibility — WCAG contrast
Aa
#ade5ca on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade5ca on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue79.2%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow11.8%
Key (black)10.2%
Color previews
#ade5ca text on a black background
contrast 14.84:1
Card sample
#ade5ca text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade5ca;
Background color
Panel with #ade5ca background
background-color: #ade5ca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade5ca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade5ca; background: linear-gradient(135deg, #ade5ca, #ADDBE5);