#09cc85
a dark, electric green · cool · closest name: aquamarine
RGB
9, 204, 133
HSL
158°, 92%, 42%
CMYK
96, 0, 35, 20
Luminance
0.4494
Every format
| HEX | #09cc85 |
| RGB | rgb(9, 204, 133) |
| HSL | hsl(158, 92%, 42%) |
| CMYK | cmyk(96%, 0%, 35%, 20%) |
| LAB | lab(72.8 -58.7 23.8) |
| LCH | lch(72.8 63.3 157.9) |
| OKLCH | oklch(0.746 0.170 159.3) |
Copy-ready code
/* CSS */
color: #09cc85;
background-color: #09cc85;
/* Tailwind (arbitrary) */
class="text-[#09cc85] bg-[#09cc85]"
/* SCSS */
$brand: #09cc85;
/* SwiftUI */
Color(red: 0.035, green: 0.800, blue: 0.522)
/* Android */
Color.parseColor("#09cc85")Accessibility — WCAG contrast
Aa
#09cc85 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09cc85 on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green80.0%
Blue52.2%
CMYK percentages
Cyan95.6%
Magenta0.0%
Yellow34.8%
Key (black)20.0%
Color previews
#09cc85 text on a black background
contrast 9.99:1
Card sample
#09cc85 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09cc85;
Background color
Panel with #09cc85 background
background-color: #09cc85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09cc85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 204, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 204, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09cc85; background: linear-gradient(135deg, #09cc85, #0991CC);