#221113
a deep, soft red · warm · closest name: black
RGB
34, 17, 19
HSL
353°, 33%, 10%
CMYK
0, 50, 44, 87
Luminance
0.0079
Every format
| HEX | #221113 |
| RGB | rgb(34, 17, 19) |
| HSL | hsl(353, 33%, 10%) |
| CMYK | cmyk(0%, 50%, 44%, 87%) |
| LAB | lab(7.1 9.1 2.0) |
| LCH | lch(7.1 9.3 12.5) |
| OKLCH | oklch(0.203 0.029 12.3) |
Copy-ready code
/* CSS */
color: #221113;
background-color: #221113;
/* Tailwind (arbitrary) */
class="text-[#221113] bg-[#221113]"
/* SCSS */
$brand: #221113;
/* SwiftUI */
Color(red: 0.133, green: 0.067, blue: 0.075)
/* Android */
Color.parseColor("#221113")Accessibility — WCAG contrast
Aa
#221113 on white: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#221113 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green6.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow44.1%
Key (black)86.7%
Color previews
#221113 text on a black background
contrast 1.16:1
Card sample
#221113 text on a white background
contrast 18.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #221113;
Background color
Panel with #221113 background
background-color: #221113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #221113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 17, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 17, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #221113; background: linear-gradient(135deg, #221113, #221A11);