#220607
a deep, vivid red · warm · closest name: black
RGB
34, 6, 7
HSL
358°, 70%, 8%
CMYK
0, 82, 79, 87
Luminance
0.0049
Every format
| HEX | #220607 |
| RGB | rgb(34, 6, 7) |
| HSL | hsl(358, 70%, 8%) |
| CMYK | cmyk(0%, 82%, 79%, 87%) |
| LAB | lab(4.4 12.3 3.9) |
| LCH | lch(4.4 13.0 17.6) |
| OKLCH | oklch(0.175 0.049 21.2) |
Copy-ready code
/* CSS */
color: #220607;
background-color: #220607;
/* Tailwind (arbitrary) */
class="text-[#220607] bg-[#220607]"
/* SCSS */
$brand: #220607;
/* SwiftUI */
Color(red: 0.133, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#220607")Accessibility — WCAG contrast
Aa
#220607 on white: 19.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#220607 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta82.4%
Yellow79.4%
Key (black)86.7%
Color previews
#220607 text on a black background
contrast 1.10:1
Card sample
#220607 text on a white background
contrast 19.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #220607;
Background color
Panel with #220607 background
background-color: #220607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #220607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #220607; background: linear-gradient(135deg, #220607, #221806);