#09cd4b
a dark, electric green · cool · closest name: forestgreen
RGB
9, 205, 75
HSL
140°, 92%, 42%
CMYK
96, 0, 63, 20
Luminance
0.4423
Every format
| HEX | #09cd4b |
| RGB | rgb(9, 205, 75) |
| HSL | hsl(140, 92%, 42%) |
| CMYK | cmyk(96%, 0%, 63%, 20%) |
| LAB | lab(72.4 -68.4 51.5) |
| LCH | lch(72.4 85.6 143.0) |
| OKLCH | oklch(0.739 0.220 146.8) |
Copy-ready code
/* CSS */
color: #09cd4b;
background-color: #09cd4b;
/* Tailwind (arbitrary) */
class="text-[#09cd4b] bg-[#09cd4b]"
/* SCSS */
$brand: #09cd4b;
/* SwiftUI */
Color(red: 0.035, green: 0.804, blue: 0.294)
/* Android */
Color.parseColor("#09cd4b")Accessibility — WCAG contrast
Aa
#09cd4b on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09cd4b on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green80.4%
Blue29.4%
CMYK percentages
Cyan95.6%
Magenta0.0%
Yellow63.4%
Key (black)19.6%
Color previews
#09cd4b text on a black background
contrast 9.85:1
Card sample
#09cd4b text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09cd4b;
Background color
Panel with #09cd4b background
background-color: #09cd4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09cd4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 205, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 205, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09cd4b; background: linear-gradient(135deg, #09cd4b, #09CDCD);