#131021
a deep, soft blue · warm · closest name: black
RGB
19, 16, 33
HSL
251°, 35%, 10%
CMYK
42, 52, 0, 87
Luminance
0.0062
Every format
| HEX | #131021 |
| RGB | rgb(19, 16, 33) |
| HSL | hsl(251, 35%, 10%) |
| CMYK | cmyk(42%, 52%, 0%, 87%) |
| LAB | lab(5.6 5.7 -10.9) |
| LCH | lch(5.6 12.3 297.7) |
| OKLCH | oklch(0.186 0.034 290.8) |
Copy-ready code
/* CSS */
color: #131021;
background-color: #131021;
/* Tailwind (arbitrary) */
class="text-[#131021] bg-[#131021]"
/* SCSS */
$brand: #131021;
/* SwiftUI */
Color(red: 0.075, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#131021")Accessibility — WCAG contrast
Aa
#131021 on white: 18.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#131021 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green6.3%
Blue12.9%
CMYK percentages
Cyan42.4%
Magenta51.5%
Yellow0.0%
Key (black)87.1%
Color previews
#131021 text on a black background
contrast 1.12:1
Card sample
#131021 text on a white background
contrast 18.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #131021;
Background color
Panel with #131021 background
background-color: #131021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #131021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #131021; background: linear-gradient(135deg, #131021, #1E1021);