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