#adfeab
a light, electric green · cool · closest name: aquamarine
RGB
173, 254, 171
HSL
119°, 98%, 83%
CMYK
32, 0, 33, 0
Luminance
0.8271
Every format
| HEX | #adfeab |
| RGB | rgb(173, 254, 171) |
| HSL | hsl(119, 98%, 83%) |
| CMYK | cmyk(32%, 0%, 33%, 0%) |
| LAB | lab(92.9 -40.4 32.1) |
| LCH | lch(92.9 51.6 141.5) |
| OKLCH | oklch(0.924 0.136 143.8) |
Copy-ready code
/* CSS */
color: #adfeab;
background-color: #adfeab;
/* Tailwind (arbitrary) */
class="text-[#adfeab] bg-[#adfeab]"
/* SCSS */
$brand: #adfeab;
/* SwiftUI */
Color(red: 0.678, green: 0.996, blue: 0.671)
/* Android */
Color.parseColor("#adfeab")Accessibility — WCAG contrast
Aa
#adfeab on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfeab on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green99.6%
Blue67.1%
CMYK percentages
Cyan31.9%
Magenta0.0%
Yellow32.7%
Key (black)0.4%
Color previews
#adfeab text on a black background
contrast 17.54:1
Card sample
#adfeab text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfeab;
Background color
Panel with #adfeab background
background-color: #adfeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 254, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 254, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfeab; background: linear-gradient(135deg, #adfeab, #ABFEE0);