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