#09cf09
a dark, electric green · cool · closest name: lime
RGB
9, 207, 9
HSL
120°, 92%, 42%
CMYK
96, 0, 96, 19
Luminance
0.4470
Every format
| HEX | #09cf09 |
| RGB | rgb(9, 207, 9) |
| HSL | hsl(120, 92%, 42%) |
| CMYK | cmyk(96%, 0%, 96%, 19%) |
| LAB | lab(72.7 -73.1 70.2) |
| LCH | lch(72.7 101.4 136.2) |
| OKLCH | oklch(0.741 0.250 142.5) |
Copy-ready code
/* CSS */
color: #09cf09;
background-color: #09cf09;
/* Tailwind (arbitrary) */
class="text-[#09cf09] bg-[#09cf09]"
/* SCSS */
$brand: #09cf09;
/* SwiftUI */
Color(red: 0.035, green: 0.812, blue: 0.035)
/* Android */
Color.parseColor("#09cf09")Accessibility — WCAG contrast
Aa
#09cf09 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09cf09 on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green81.2%
Blue3.5%
CMYK percentages
Cyan95.7%
Magenta0.0%
Yellow95.7%
Key (black)18.8%
Color previews
#09cf09 text on a black background
contrast 9.94:1
Card sample
#09cf09 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09cf09;
Background color
Panel with #09cf09 background
background-color: #09cf09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09cf09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 207, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 207, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09cf09; background: linear-gradient(135deg, #09cf09, #09CF8D);