#adeac7
a light, vivid green · cool · closest name: aquamarine
RGB
173, 234, 199
HSL
146°, 59%, 80%
CMYK
26, 0, 15, 8
Luminance
0.7185
Every format
| HEX | #adeac7 |
| RGB | rgb(173, 234, 199) |
| HSL | hsl(146, 59%, 80%) |
| CMYK | cmyk(26%, 0%, 15%, 8%) |
| LAB | lab(87.9 -26.3 10.8) |
| LCH | lch(87.9 28.4 157.6) |
| OKLCH | oklch(0.886 0.079 159.1) |
Copy-ready code
/* CSS */
color: #adeac7;
background-color: #adeac7;
/* Tailwind (arbitrary) */
class="text-[#adeac7] bg-[#adeac7]"
/* SCSS */
$brand: #adeac7;
/* SwiftUI */
Color(red: 0.678, green: 0.918, blue: 0.780)
/* Android */
Color.parseColor("#adeac7")Accessibility — WCAG contrast
Aa
#adeac7 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeac7 on black: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.8%
Blue78.0%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow15.0%
Key (black)8.2%
Color previews
#adeac7 text on a black background
contrast 15.37:1
Card sample
#adeac7 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeac7;
Background color
Panel with #adeac7 background
background-color: #adeac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 234, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 234, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeac7; background: linear-gradient(135deg, #adeac7, #ADE4EA);