#0a2900
a deep, electric green · cool · closest name: darkslategray
RGB
10, 41, 0
HSL
105°, 100%, 8%
CMYK
76, 0, 100, 84
Luminance
0.0165
Every format
| HEX | #0a2900 |
| RGB | rgb(10, 41, 0) |
| HSL | hsl(105, 100%, 8%) |
| CMYK | cmyk(76%, 0%, 100%, 84%) |
| LAB | lab(13.5 -20.8 19.5) |
| LCH | lch(13.5 28.5 136.9) |
| OKLCH | oklch(0.248 0.077 138.4) |
Copy-ready code
/* CSS */
color: #0a2900;
background-color: #0a2900;
/* Tailwind (arbitrary) */
class="text-[#0a2900] bg-[#0a2900]"
/* SCSS */
$brand: #0a2900;
/* SwiftUI */
Color(red: 0.039, green: 0.161, blue: 0.000)
/* Android */
Color.parseColor("#0a2900")Accessibility — WCAG contrast
Aa
#0a2900 on white: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a2900 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green16.1%
Blue0.0%
CMYK percentages
Cyan75.6%
Magenta0.0%
Yellow100.0%
Key (black)83.9%
Color previews
#0a2900 text on a black background
contrast 1.33:1
Card sample
#0a2900 text on a white background
contrast 15.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a2900;
Background color
Panel with #0a2900 background
background-color: #0a2900;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a2900;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 41, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 41, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a2900; background: linear-gradient(135deg, #0a2900, #002911);