#adfd4f
a light, electric green · cool · closest name: yellow
RGB
173, 253, 79
HSL
88°, 98%, 65%
CMYK
32, 0, 69, 1
Luminance
0.7970
Every format
| HEX | #adfd4f |
| RGB | rgb(173, 253, 79) |
| HSL | hsl(88, 98%, 65%) |
| CMYK | cmyk(32%, 0%, 69%, 1%) |
| LAB | lab(91.5 -50.0 71.8) |
| LCH | lch(91.5 87.6 124.9) |
| OKLCH | oklch(0.910 0.215 131.1) |
Copy-ready code
/* CSS */
color: #adfd4f;
background-color: #adfd4f;
/* Tailwind (arbitrary) */
class="text-[#adfd4f] bg-[#adfd4f]"
/* SCSS */
$brand: #adfd4f;
/* SwiftUI */
Color(red: 0.678, green: 0.992, blue: 0.310)
/* Android */
Color.parseColor("#adfd4f")Accessibility — WCAG contrast
Aa
#adfd4f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfd4f on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green99.2%
Blue31.0%
CMYK percentages
Cyan31.6%
Magenta0.0%
Yellow68.8%
Key (black)0.8%
Color previews
#adfd4f text on a black background
contrast 16.94:1
Card sample
#adfd4f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfd4f;
Background color
Panel with #adfd4f background
background-color: #adfd4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfd4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 253, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 253, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfd4f; background: linear-gradient(135deg, #adfd4f, #4FFD65);