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