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