#ade4c3
a light, vivid green · cool · closest name: aquamarine
RGB
173, 228, 195
HSL
144°, 51%, 79%
CMYK
24, 0, 15, 11
Luminance
0.6831
Every format
| HEX | #ade4c3 |
| RGB | rgb(173, 228, 195) |
| HSL | hsl(144, 51%, 79%) |
| CMYK | cmyk(24%, 0%, 15%, 11%) |
| LAB | lab(86.2 -24.1 10.4) |
| LCH | lch(86.2 26.3 156.6) |
| OKLCH | oklch(0.872 0.073 158.2) |
Copy-ready code
/* CSS */
color: #ade4c3;
background-color: #ade4c3;
/* Tailwind (arbitrary) */
class="text-[#ade4c3] bg-[#ade4c3]"
/* SCSS */
$brand: #ade4c3;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.765)
/* Android */
Color.parseColor("#ade4c3")Accessibility — WCAG contrast
Aa
#ade4c3 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade4c3 on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue76.5%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow14.5%
Key (black)10.6%
Color previews
#ade4c3 text on a black background
contrast 14.66:1
Card sample
#ade4c3 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade4c3;
Background color
Panel with #ade4c3 background
background-color: #ade4c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade4c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade4c3; background: linear-gradient(135deg, #ade4c3, #ADE0E4);