#750821
a deep, electric red · warm · closest name: maroon
RGB
117, 8, 33
HSL
346°, 87%, 25%
CMYK
0, 93, 72, 54
Luminance
0.0407
Every format
| HEX | #750821 |
| RGB | rgb(117, 8, 33) |
| HSL | hsl(346, 87%, 25%) |
| CMYK | cmyk(0%, 93%, 72%, 54%) |
| LAB | lab(23.9 44.4 17.7) |
| LCH | lch(23.9 47.8 21.7) |
| OKLCH | oklch(0.361 0.138 17.4) |
Copy-ready code
/* CSS */
color: #750821;
background-color: #750821;
/* Tailwind (arbitrary) */
class="text-[#750821] bg-[#750821]"
/* SCSS */
$brand: #750821;
/* SwiftUI */
Color(red: 0.459, green: 0.031, blue: 0.129)
/* Android */
Color.parseColor("#750821")Accessibility — WCAG contrast
Aa
#750821 on white: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#750821 on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green3.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta93.2%
Yellow71.8%
Key (black)54.1%
Color previews
#750821 text on a black background
contrast 1.81:1
Card sample
#750821 text on a white background
contrast 11.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #750821;
Background color
Panel with #750821 background
background-color: #750821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #750821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 8, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 8, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #750821; background: linear-gradient(135deg, #750821, #753808);