#adfecc
a light, electric green · cool · closest name: aquamarine
RGB
173, 254, 204
HSL
143°, 98%, 84%
CMYK
32, 0, 20, 0
Luminance
0.8413
Every format
| HEX | #adfecc |
| RGB | rgb(173, 254, 204) |
| HSL | hsl(143, 98%, 84%) |
| CMYK | cmyk(32%, 0%, 20%, 0%) |
| LAB | lab(93.5 -34.7 16.2) |
| LCH | lch(93.5 38.3 155.0) |
| OKLCH | oklch(0.931 0.105 156.6) |
Copy-ready code
/* CSS */
color: #adfecc;
background-color: #adfecc;
/* Tailwind (arbitrary) */
class="text-[#adfecc] bg-[#adfecc]"
/* SCSS */
$brand: #adfecc;
/* SwiftUI */
Color(red: 0.678, green: 0.996, blue: 0.800)
/* Android */
Color.parseColor("#adfecc")Accessibility — WCAG contrast
Aa
#adfecc on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfecc on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green99.6%
Blue80.0%
CMYK percentages
Cyan31.9%
Magenta0.0%
Yellow19.7%
Key (black)0.4%
Color previews
#adfecc text on a black background
contrast 17.83:1
Card sample
#adfecc text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfecc;
Background color
Panel with #adfecc background
background-color: #adfecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 254, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 254, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfecc; background: linear-gradient(135deg, #adfecc, #ADFAFE);