#adeac3
a light, vivid green · cool · closest name: aquamarine
RGB
173, 234, 195
HSL
142°, 59%, 80%
CMYK
26, 0, 17, 8
Luminance
0.7167
Every format
| HEX | #adeac3 |
| RGB | rgb(173, 234, 195) |
| HSL | hsl(142, 59%, 80%) |
| CMYK | cmyk(26%, 0%, 17%, 8%) |
| LAB | lab(87.8 -27.0 12.8) |
| LCH | lch(87.8 29.9 154.7) |
| OKLCH | oklch(0.885 0.082 156.3) |
Copy-ready code
/* CSS */
color: #adeac3;
background-color: #adeac3;
/* Tailwind (arbitrary) */
class="text-[#adeac3] bg-[#adeac3]"
/* SCSS */
$brand: #adeac3;
/* SwiftUI */
Color(red: 0.678, green: 0.918, blue: 0.765)
/* Android */
Color.parseColor("#adeac3")Accessibility — WCAG contrast
Aa
#adeac3 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeac3 on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.8%
Blue76.5%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow16.7%
Key (black)8.2%
Color previews
#adeac3 text on a black background
contrast 15.33:1
Card sample
#adeac3 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeac3;
Background color
Panel with #adeac3 background
background-color: #adeac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 234, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 234, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeac3; background: linear-gradient(135deg, #adeac3, #ADE8EA);