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