#0a8f0a
a dark, electric green · cool · closest name: green
RGB
10, 143, 10
HSL
120°, 87%, 30%
CMYK
93, 0, 93, 44
Luminance
0.1973
Every format
| HEX | #0a8f0a |
| RGB | rgb(10, 143, 10) |
| HSL | hsl(120, 87%, 30%) |
| CMYK | cmyk(93%, 0%, 93%, 44%) |
| LAB | lab(51.5 -55.0 52.4) |
| LCH | lch(51.5 76.0 136.4) |
| OKLCH | oklch(0.564 0.188 142.6) |
Copy-ready code
/* CSS */
color: #0a8f0a;
background-color: #0a8f0a;
/* Tailwind (arbitrary) */
class="text-[#0a8f0a] bg-[#0a8f0a]"
/* SCSS */
$brand: #0a8f0a;
/* SwiftUI */
Color(red: 0.039, green: 0.561, blue: 0.039)
/* Android */
Color.parseColor("#0a8f0a")Accessibility — WCAG contrast
Aa
#0a8f0a on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0a8f0a on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green56.1%
Blue3.9%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow93.0%
Key (black)43.9%
Color previews
#0a8f0a text on a black background
contrast 4.95:1
Card sample
#0a8f0a text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a8f0a;
Background color
Panel with #0a8f0a background
background-color: #0a8f0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a8f0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 143, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 143, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a8f0a; background: linear-gradient(135deg, #0a8f0a, #0A8F63);