#0a1708
a deep, vivid green · cool · closest name: black
RGB
10, 23, 8
HSL
112°, 48%, 6%
CMYK
57, 0, 65, 91
Luminance
0.0069
Every format
| HEX | #0a1708 |
| RGB | rgb(10, 23, 8) |
| HSL | hsl(112, 48%, 6%) |
| CMYK | cmyk(57%, 0%, 65%, 91%) |
| LAB | lab(6.3 -7.6 6.0) |
| LCH | lch(6.3 9.7 141.7) |
| OKLCH | oklch(0.187 0.035 140.9) |
Copy-ready code
/* CSS */
color: #0a1708;
background-color: #0a1708;
/* Tailwind (arbitrary) */
class="text-[#0a1708] bg-[#0a1708]"
/* SCSS */
$brand: #0a1708;
/* SwiftUI */
Color(red: 0.039, green: 0.090, blue: 0.031)
/* Android */
Color.parseColor("#0a1708")Accessibility — WCAG contrast
Aa
#0a1708 on white: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a1708 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green9.0%
Blue3.1%
CMYK percentages
Cyan56.5%
Magenta0.0%
Yellow65.2%
Key (black)91.0%
Color previews
#0a1708 text on a black background
contrast 1.14:1
Card sample
#0a1708 text on a white background
contrast 18.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a1708;
Background color
Panel with #0a1708 background
background-color: #0a1708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a1708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 23, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 23, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a1708; background: linear-gradient(135deg, #0a1708, #081710);