#09f521
a balanced, electric green · cool · closest name: lime
RGB
9, 245, 33
HSL
126°, 93%, 50%
CMYK
96, 0, 87, 4
Luminance
0.6547
Every format
| HEX | #09f521 |
| RGB | rgb(9, 245, 33) |
| HSL | hsl(126, 93%, 50%) |
| CMYK | cmyk(96%, 0%, 87%, 4%) |
| LAB | lab(84.7 -82.6 76.9) |
| LCH | lch(84.7 112.8 137.1) |
| OKLCH | oklch(0.842 0.280 143.0) |
Copy-ready code
/* CSS */
color: #09f521;
background-color: #09f521;
/* Tailwind (arbitrary) */
class="text-[#09f521] bg-[#09f521]"
/* SCSS */
$brand: #09f521;
/* SwiftUI */
Color(red: 0.035, green: 0.961, blue: 0.129)
/* Android */
Color.parseColor("#09f521")Accessibility — WCAG contrast
Aa
#09f521 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09f521 on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green96.1%
Blue12.9%
CMYK percentages
Cyan96.3%
Magenta0.0%
Yellow86.5%
Key (black)3.9%
Color previews
#09f521 text on a black background
contrast 14.09:1
Card sample
#09f521 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09f521;
Background color
Panel with #09f521 background
background-color: #09f521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09f521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 245, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 245, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09f521; background: linear-gradient(135deg, #09f521, #09F5BE);