#ade1c1
a light, vivid green · cool · closest name: beige
RGB
173, 225, 193
HSL
143°, 46%, 78%
CMYK
23, 0, 14, 12
Luminance
0.6658
Every format
| HEX | #ade1c1 |
| RGB | rgb(173, 225, 193) |
| HSL | hsl(143, 46%, 78%) |
| CMYK | cmyk(23%, 0%, 14%, 12%) |
| LAB | lab(85.3 -23.1 10.3) |
| LCH | lch(85.3 25.2 156.0) |
| OKLCH | oklch(0.865 0.070 157.6) |
Copy-ready code
/* CSS */
color: #ade1c1;
background-color: #ade1c1;
/* Tailwind (arbitrary) */
class="text-[#ade1c1] bg-[#ade1c1]"
/* SCSS */
$brand: #ade1c1;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.757)
/* Android */
Color.parseColor("#ade1c1")Accessibility — WCAG contrast
Aa
#ade1c1 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade1c1 on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue75.7%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow14.2%
Key (black)11.8%
Color previews
#ade1c1 text on a black background
contrast 14.32:1
Card sample
#ade1c1 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade1c1;
Background color
Panel with #ade1c1 background
background-color: #ade1c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade1c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade1c1; background: linear-gradient(135deg, #ade1c1, #ADDEE1);