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