#141321
a deep, soft blue · warm · closest name: black
RGB
20, 19, 33
HSL
244°, 27%, 10%
CMYK
39, 42, 0, 87
Luminance
0.0072
Every format
| HEX | #141321 |
| RGB | rgb(20, 19, 33) |
| HSL | hsl(244, 27%, 10%) |
| CMYK | cmyk(39%, 42%, 0%, 87%) |
| LAB | lab(6.5 4.4 -9.5) |
| LCH | lch(6.5 10.4 294.9) |
| OKLCH | oklch(0.195 0.028 286.8) |
Copy-ready code
/* CSS */
color: #141321;
background-color: #141321;
/* Tailwind (arbitrary) */
class="text-[#141321] bg-[#141321]"
/* SCSS */
$brand: #141321;
/* SwiftUI */
Color(red: 0.078, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#141321")Accessibility — WCAG contrast
Aa
#141321 on white: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141321 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green7.5%
Blue12.9%
CMYK percentages
Cyan39.4%
Magenta42.4%
Yellow0.0%
Key (black)87.1%
Color previews
#141321 text on a black background
contrast 1.14:1
Card sample
#141321 text on a white background
contrast 18.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141321;
Background color
Panel with #141321 background
background-color: #141321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141321; background: linear-gradient(135deg, #141321, #1D1321);