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