#92df01
a dark, electric green · cool · closest name: yellow
RGB
146, 223, 1
HSL
81°, 99%, 44%
CMYK
35, 0, 100, 13
Luminance
0.5889
Every format
| HEX | #92df01 |
| RGB | rgb(146, 223, 1) |
| HSL | hsl(81, 99%, 44%) |
| CMYK | cmyk(35%, 0%, 100%, 13%) |
| LAB | lab(81.2 -50.0 79.3) |
| LCH | lch(81.2 93.7 122.2) |
| OKLCH | oklch(0.822 0.222 130.3) |
Copy-ready code
/* CSS */
color: #92df01;
background-color: #92df01;
/* Tailwind (arbitrary) */
class="text-[#92df01] bg-[#92df01]"
/* SCSS */
$brand: #92df01;
/* SwiftUI */
Color(red: 0.573, green: 0.875, blue: 0.004)
/* Android */
Color.parseColor("#92df01")Accessibility — WCAG contrast
Aa
#92df01 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92df01 on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green87.5%
Blue0.4%
CMYK percentages
Cyan34.5%
Magenta0.0%
Yellow99.6%
Key (black)12.5%
Color previews
#92df01 text on a black background
contrast 12.78:1
Card sample
#92df01 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92df01;
Background color
Panel with #92df01 background
background-color: #92df01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92df01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 223, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 223, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92df01; background: linear-gradient(135deg, #92df01, #01DF04);