#adffb8
a light, electric green · cool · closest name: aquamarine
RGB
173, 255, 184
HSL
128°, 100%, 84%
CMYK
32, 0, 28, 0
Luminance
0.8386
Every format
| HEX | #adffb8 |
| RGB | rgb(173, 255, 184) |
| HSL | hsl(128, 100%, 84%) |
| CMYK | cmyk(32%, 0%, 28%, 0%) |
| LAB | lab(93.4 -38.7 26.2) |
| LCH | lch(93.4 46.8 145.9) |
| OKLCH | oklch(0.929 0.125 147.9) |
Copy-ready code
/* CSS */
color: #adffb8;
background-color: #adffb8;
/* Tailwind (arbitrary) */
class="text-[#adffb8] bg-[#adffb8]"
/* SCSS */
$brand: #adffb8;
/* SwiftUI */
Color(red: 0.678, green: 1.000, blue: 0.722)
/* Android */
Color.parseColor("#adffb8")Accessibility — WCAG contrast
Aa
#adffb8 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adffb8 on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green100.0%
Blue72.2%
CMYK percentages
Cyan32.2%
Magenta0.0%
Yellow27.8%
Key (black)0.0%
Color previews
#adffb8 text on a black background
contrast 17.77:1
Card sample
#adffb8 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adffb8;
Background color
Panel with #adffb8 background
background-color: #adffb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adffb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 255, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 255, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adffb8; background: linear-gradient(135deg, #adffb8, #ADFFEF);