#0a1411
a deep, soft cyan · cool · closest name: black
RGB
10, 20, 17
HSL
162°, 33%, 6%
CMYK
50, 0, 15, 92
Luminance
0.0061
Every format
| HEX | #0a1411 |
| RGB | rgb(10, 20, 17) |
| HSL | hsl(162, 33%, 6%) |
| CMYK | cmyk(50%, 0%, 15%, 92%) |
| LAB | lab(5.5 -4.0 0.5) |
| LCH | lch(5.5 4.1 172.5) |
| OKLCH | oklch(0.180 0.016 173.7) |
Copy-ready code
/* CSS */
color: #0a1411;
background-color: #0a1411;
/* Tailwind (arbitrary) */
class="text-[#0a1411] bg-[#0a1411]"
/* SCSS */
$brand: #0a1411;
/* SwiftUI */
Color(red: 0.039, green: 0.078, blue: 0.067)
/* Android */
Color.parseColor("#0a1411")Accessibility — WCAG contrast
Aa
#0a1411 on white: 18.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a1411 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green7.8%
Blue6.7%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow15.0%
Key (black)92.2%
Color previews
#0a1411 text on a black background
contrast 1.12:1
Card sample
#0a1411 text on a white background
contrast 18.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a1411;
Background color
Panel with #0a1411 background
background-color: #0a1411;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a1411;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 20, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 20, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a1411; background: linear-gradient(135deg, #0a1411, #0A1014);