#adfd0c
a balanced, electric green · cool · closest name: yellow
RGB
173, 253, 12
HSL
80°, 98%, 52%
CMYK
32, 0, 95, 1
Luminance
0.7916
Every format
| HEX | #adfd0c |
| RGB | rgb(173, 253, 12) |
| HSL | hsl(80, 98%, 52%) |
| CMYK | cmyk(32%, 0%, 95%, 1%) |
| LAB | lab(91.3 -52.5 86.9) |
| LCH | lch(91.3 101.5 121.1) |
| OKLCH | oklch(0.907 0.240 129.2) |
Copy-ready code
/* CSS */
color: #adfd0c;
background-color: #adfd0c;
/* Tailwind (arbitrary) */
class="text-[#adfd0c] bg-[#adfd0c]"
/* SCSS */
$brand: #adfd0c;
/* SwiftUI */
Color(red: 0.678, green: 0.992, blue: 0.047)
/* Android */
Color.parseColor("#adfd0c")Accessibility — WCAG contrast
Aa
#adfd0c on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfd0c on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green99.2%
Blue4.7%
CMYK percentages
Cyan31.6%
Magenta0.0%
Yellow95.3%
Key (black)0.8%
Color previews
#adfd0c text on a black background
contrast 16.83:1
Card sample
#adfd0c text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfd0c;
Background color
Panel with #adfd0c background
background-color: #adfd0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfd0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 253, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 253, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfd0c; background: linear-gradient(135deg, #adfd0c, #0DFD0C);