#adf900
a balanced, electric green · cool · closest name: yellow
RGB
173, 249, 0
HSL
78°, 100%, 49%
CMYK
31, 0, 100, 2
Luminance
0.7664
Every format
| HEX | #adf900 |
| RGB | rgb(173, 249, 0) |
| HSL | hsl(78, 100%, 49%) |
| CMYK | cmyk(31%, 0%, 100%, 2%) |
| LAB | lab(90.2 -51.0 86.9) |
| LCH | lch(90.2 100.7 120.4) |
| OKLCH | oklch(0.898 0.237 128.6) |
Copy-ready code
/* CSS */
color: #adf900;
background-color: #adf900;
/* Tailwind (arbitrary) */
class="text-[#adf900] bg-[#adf900]"
/* SCSS */
$brand: #adf900;
/* SwiftUI */
Color(red: 0.678, green: 0.976, blue: 0.000)
/* Android */
Color.parseColor("#adf900")Accessibility — WCAG contrast
Aa
#adf900 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf900 on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green97.6%
Blue0.0%
CMYK percentages
Cyan30.5%
Magenta0.0%
Yellow100.0%
Key (black)2.4%
Color previews
#adf900 text on a black background
contrast 16.33:1
Card sample
#adf900 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf900;
Background color
Panel with #adf900 background
background-color: #adf900;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf900;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 249, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 249, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf900; background: linear-gradient(135deg, #adf900, #07F900);