#adeacf
a light, vivid green · cool · closest name: aquamarine
RGB
173, 234, 207
HSL
153°, 59%, 80%
CMYK
26, 0, 12, 8
Luminance
0.7223
Every format
| HEX | #adeacf |
| RGB | rgb(173, 234, 207) |
| HSL | hsl(153, 59%, 80%) |
| CMYK | cmyk(26%, 0%, 12%, 8%) |
| LAB | lab(88.1 -24.7 6.9) |
| LCH | lch(88.1 25.7 164.4) |
| OKLCH | oklch(0.888 0.072 165.7) |
Copy-ready code
/* CSS */
color: #adeacf;
background-color: #adeacf;
/* Tailwind (arbitrary) */
class="text-[#adeacf] bg-[#adeacf]"
/* SCSS */
$brand: #adeacf;
/* SwiftUI */
Color(red: 0.678, green: 0.918, blue: 0.812)
/* Android */
Color.parseColor("#adeacf")Accessibility — WCAG contrast
Aa
#adeacf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeacf on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.8%
Blue81.2%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow11.5%
Key (black)8.2%
Color previews
#adeacf text on a black background
contrast 15.45:1
Card sample
#adeacf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeacf;
Background color
Panel with #adeacf background
background-color: #adeacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 234, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 234, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeacf; background: linear-gradient(135deg, #adeacf, #ADDCEA);