#09cb2d
a dark, electric green · cool · closest name: lime
RGB
9, 203, 45
HSL
131°, 92%, 42%
CMYK
96, 0, 78, 20
Luminance
0.4296
Every format
| HEX | #09cb2d |
| RGB | rgb(9, 203, 45) |
| HSL | hsl(131, 92%, 42%) |
| CMYK | cmyk(96%, 0%, 78%, 20%) |
| LAB | lab(71.5 -70.5 61.8) |
| LCH | lch(71.5 93.8 138.8) |
| OKLCH | oklch(0.732 0.235 144.0) |
Copy-ready code
/* CSS */
color: #09cb2d;
background-color: #09cb2d;
/* Tailwind (arbitrary) */
class="text-[#09cb2d] bg-[#09cb2d]"
/* SCSS */
$brand: #09cb2d;
/* SwiftUI */
Color(red: 0.035, green: 0.796, blue: 0.176)
/* Android */
Color.parseColor("#09cb2d")Accessibility — WCAG contrast
Aa
#09cb2d on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09cb2d on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green79.6%
Blue17.6%
CMYK percentages
Cyan95.6%
Magenta0.0%
Yellow77.8%
Key (black)20.4%
Color previews
#09cb2d text on a black background
contrast 9.59:1
Card sample
#09cb2d text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09cb2d;
Background color
Panel with #09cb2d background
background-color: #09cb2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09cb2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 203, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 203, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09cb2d; background: linear-gradient(135deg, #09cb2d, #09CBAE);