#191922
a deep, soft blue · warm · closest name: black
RGB
25, 25, 34
HSL
240°, 15%, 12%
CMYK
27, 27, 0, 87
Luminance
0.0102
Every format
| HEX | #191922 |
| RGB | rgb(25, 25, 34) |
| HSL | hsl(240, 15%, 12%) |
| CMYK | cmyk(27%, 27%, 0%, 87%) |
| LAB | lab(9.1 2.6 -6.2) |
| LCH | lch(9.1 6.7 292.4) |
| OKLCH | oklch(0.218 0.018 284.8) |
Copy-ready code
/* CSS */
color: #191922;
background-color: #191922;
/* Tailwind (arbitrary) */
class="text-[#191922] bg-[#191922]"
/* SCSS */
$brand: #191922;
/* SwiftUI */
Color(red: 0.098, green: 0.098, blue: 0.133)
/* Android */
Color.parseColor("#191922")Accessibility — WCAG contrast
Aa
#191922 on white: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#191922 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green9.8%
Blue13.3%
CMYK percentages
Cyan26.5%
Magenta26.5%
Yellow0.0%
Key (black)86.7%
Color previews
#191922 text on a black background
contrast 1.20:1
Card sample
#191922 text on a white background
contrast 17.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #191922;
Background color
Panel with #191922 background
background-color: #191922;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #191922;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 25, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 25, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #191922; background: linear-gradient(135deg, #191922, #1F1922);