#1b0022
a deep, electric violet · warm · closest name: black
RGB
27, 0, 34
HSL
288°, 100%, 7%
CMYK
21, 100, 0, 87
Luminance
0.0035
Every format
| HEX | #1b0022 |
| RGB | rgb(27, 0, 34) |
| HSL | hsl(288, 100%, 7%) |
| CMYK | cmyk(21%, 100%, 0%, 87%) |
| LAB | lab(3.1 16.8 -15.4) |
| LCH | lch(3.1 22.8 317.5) |
| OKLCH | oklch(0.162 0.078 319.4) |
Copy-ready code
/* CSS */
color: #1b0022;
background-color: #1b0022;
/* Tailwind (arbitrary) */
class="text-[#1b0022] bg-[#1b0022]"
/* SCSS */
$brand: #1b0022;
/* SwiftUI */
Color(red: 0.106, green: 0.000, blue: 0.133)
/* Android */
Color.parseColor("#1b0022")Accessibility — WCAG contrast
Aa
#1b0022 on white: 19.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b0022 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green0.0%
Blue13.3%
CMYK percentages
Cyan20.6%
Magenta100.0%
Yellow0.0%
Key (black)86.7%
Color previews
#1b0022 text on a black background
contrast 1.07:1
Card sample
#1b0022 text on a white background
contrast 19.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b0022;
Background color
Panel with #1b0022 background
background-color: #1b0022;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b0022;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 0, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 0, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b0022; background: linear-gradient(135deg, #1b0022, #220012);