#0a8533
a dark, electric green · cool · closest name: forestgreen
RGB
10, 133, 51
HSL
140°, 86%, 28%
CMYK
93, 0, 62, 48
Luminance
0.1708
Every format
| HEX | #0a8533 |
| RGB | rgb(10, 133, 51) |
| HSL | hsl(140, 86%, 28%) |
| CMYK | cmyk(93%, 0%, 62%, 48%) |
| LAB | lab(48.4 -48.6 35.1) |
| LCH | lch(48.4 59.9 144.2) |
| OKLCH | oklch(0.539 0.154 147.6) |
Copy-ready code
/* CSS */
color: #0a8533;
background-color: #0a8533;
/* Tailwind (arbitrary) */
class="text-[#0a8533] bg-[#0a8533]"
/* SCSS */
$brand: #0a8533;
/* SwiftUI */
Color(red: 0.039, green: 0.522, blue: 0.200)
/* Android */
Color.parseColor("#0a8533")Accessibility — WCAG contrast
Aa
#0a8533 on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0a8533 on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green52.2%
Blue20.0%
CMYK percentages
Cyan92.5%
Magenta0.0%
Yellow61.7%
Key (black)47.8%
Color previews
#0a8533 text on a black background
contrast 4.42:1
Card sample
#0a8533 text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a8533;
Background color
Panel with #0a8533 background
background-color: #0a8533;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a8533;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 133, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 133, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a8533; background: linear-gradient(135deg, #0a8533, #0A8585);