#14090b
a deep, soft red · warm · closest name: black
RGB
20, 9, 11
HSL
349°, 38%, 6%
CMYK
0, 55, 45, 92
Luminance
0.0037
Every format
| HEX | #14090b |
| RGB | rgb(20, 9, 11) |
| HSL | hsl(349, 38%, 6%) |
| CMYK | cmyk(0%, 55%, 45%, 92%) |
| LAB | lab(3.3 4.0 0.5) |
| LCH | lch(3.3 4.0 7.6) |
| OKLCH | oklch(0.157 0.020 7.6) |
Copy-ready code
/* CSS */
color: #14090b;
background-color: #14090b;
/* Tailwind (arbitrary) */
class="text-[#14090b] bg-[#14090b]"
/* SCSS */
$brand: #14090b;
/* SwiftUI */
Color(red: 0.078, green: 0.035, blue: 0.043)
/* Android */
Color.parseColor("#14090b")Accessibility — WCAG contrast
Aa
#14090b on white: 19.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14090b on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green3.5%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta55.0%
Yellow45.0%
Key (black)92.2%
Color previews
#14090b text on a black background
contrast 1.07:1
Card sample
#14090b text on a white background
contrast 19.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14090b;
Background color
Panel with #14090b background
background-color: #14090b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14090b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 9, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 9, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14090b; background: linear-gradient(135deg, #14090b, #140E09);