#191721
a deep, soft blue · warm · closest name: black
RGB
25, 23, 33
HSL
252°, 18%, 11%
CMYK
24, 30, 0, 87
Luminance
0.0093
Every format
| HEX | #191721 |
| RGB | rgb(25, 23, 33) |
| HSL | hsl(252, 18%, 11%) |
| CMYK | cmyk(24%, 30%, 0%, 87%) |
| LAB | lab(8.4 3.8 -6.6) |
| LCH | lch(8.4 7.6 299.8) |
| OKLCH | oklch(0.212 0.020 293.8) |
Copy-ready code
/* CSS */
color: #191721;
background-color: #191721;
/* Tailwind (arbitrary) */
class="text-[#191721] bg-[#191721]"
/* SCSS */
$brand: #191721;
/* SwiftUI */
Color(red: 0.098, green: 0.090, blue: 0.129)
/* Android */
Color.parseColor("#191721")Accessibility — WCAG contrast
Aa
#191721 on white: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#191721 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green9.0%
Blue12.9%
CMYK percentages
Cyan24.2%
Magenta30.3%
Yellow0.0%
Key (black)87.1%
Color previews
#191721 text on a black background
contrast 1.19:1
Card sample
#191721 text on a white background
contrast 17.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #191721;
Background color
Panel with #191721 background
background-color: #191721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #191721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 23, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 23, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #191721; background: linear-gradient(135deg, #191721, #201721);