#1b1624
a deep, soft violet · warm · closest name: black
RGB
27, 22, 36
HSL
261°, 24%, 11%
CMYK
25, 39, 0, 86
Luminance
0.0093
Every format
| HEX | #1b1624 |
| RGB | rgb(27, 22, 36) |
| HSL | hsl(261, 24%, 11%) |
| CMYK | cmyk(25%, 39%, 0%, 86%) |
| LAB | lab(8.4 6.3 -8.8) |
| LCH | lch(8.4 10.8 305.8) |
| OKLCH | oklch(0.213 0.028 300.4) |
Copy-ready code
/* CSS */
color: #1b1624;
background-color: #1b1624;
/* Tailwind (arbitrary) */
class="text-[#1b1624] bg-[#1b1624]"
/* SCSS */
$brand: #1b1624;
/* SwiftUI */
Color(red: 0.106, green: 0.086, blue: 0.141)
/* Android */
Color.parseColor("#1b1624")Accessibility — WCAG contrast
Aa
#1b1624 on white: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b1624 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green8.6%
Blue14.1%
CMYK percentages
Cyan25.0%
Magenta38.9%
Yellow0.0%
Key (black)85.9%
Color previews
#1b1624 text on a black background
contrast 1.19:1
Card sample
#1b1624 text on a white background
contrast 17.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b1624;
Background color
Panel with #1b1624 background
background-color: #1b1624;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b1624;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 22, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 22, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b1624; background: linear-gradient(135deg, #1b1624, #241624);