#0a140d
a deep, soft green · cool · closest name: black
RGB
10, 20, 13
HSL
138°, 33%, 6%
CMYK
50, 0, 35, 92
Luminance
0.0059
Every format
| HEX | #0a140d |
| RGB | rgb(10, 20, 13) |
| HSL | hsl(138, 33%, 6%) |
| CMYK | cmyk(50%, 0%, 35%, 92%) |
| LAB | lab(5.4 -4.8 2.5) |
| LCH | lch(5.4 5.4 152.3) |
| OKLCH | oklch(0.179 0.021 153.4) |
Copy-ready code
/* CSS */
color: #0a140d;
background-color: #0a140d;
/* Tailwind (arbitrary) */
class="text-[#0a140d] bg-[#0a140d]"
/* SCSS */
$brand: #0a140d;
/* SwiftUI */
Color(red: 0.039, green: 0.078, blue: 0.051)
/* Android */
Color.parseColor("#0a140d")Accessibility — WCAG contrast
Aa
#0a140d on white: 18.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a140d on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green7.8%
Blue5.1%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow35.0%
Key (black)92.2%
Color previews
#0a140d text on a black background
contrast 1.12:1
Card sample
#0a140d text on a white background
contrast 18.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a140d;
Background color
Panel with #0a140d background
background-color: #0a140d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a140d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 20, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 20, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a140d; background: linear-gradient(135deg, #0a140d, #0A1414);