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