#0a2e05
a deep, electric green · cool · closest name: darkslategray
RGB
10, 46, 5
HSL
113°, 80%, 10%
CMYK
78, 0, 89, 82
Luminance
0.0203
Every format
| HEX | #0a2e05 |
| RGB | rgb(10, 46, 5) |
| HSL | hsl(113, 80%, 10%) |
| CMYK | cmyk(78%, 0%, 89%, 82%) |
| LAB | lab(15.6 -22.3 20.2) |
| LCH | lch(15.6 30.1 137.9) |
| OKLCH | oklch(0.265 0.078 141.1) |
Copy-ready code
/* CSS */
color: #0a2e05;
background-color: #0a2e05;
/* Tailwind (arbitrary) */
class="text-[#0a2e05] bg-[#0a2e05]"
/* SCSS */
$brand: #0a2e05;
/* SwiftUI */
Color(red: 0.039, green: 0.180, blue: 0.020)
/* Android */
Color.parseColor("#0a2e05")Accessibility — WCAG contrast
Aa
#0a2e05 on white: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a2e05 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green18.0%
Blue2.0%
CMYK percentages
Cyan78.3%
Magenta0.0%
Yellow89.1%
Key (black)82.0%
Color previews
#0a2e05 text on a black background
contrast 1.41:1
Card sample
#0a2e05 text on a white background
contrast 14.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a2e05;
Background color
Panel with #0a2e05 background
background-color: #0a2e05;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a2e05;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 46, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 46, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a2e05; background: linear-gradient(135deg, #0a2e05, #052E1B);