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