#790c01
a deep, electric red · warm · closest name: maroon
RGB
121, 12, 1
HSL
6°, 98%, 24%
CMYK
0, 90, 99, 53
Luminance
0.0433
Every format
| HEX | #790c01 |
| RGB | rgb(121, 12, 1) |
| HSL | hsl(6, 98%, 24%) |
| CMYK | cmyk(0%, 90%, 99%, 53%) |
| LAB | lab(24.7 43.7 36.3) |
| LCH | lch(24.7 56.9 39.7) |
| OKLCH | oklch(0.368 0.142 30.9) |
Copy-ready code
/* CSS */
color: #790c01;
background-color: #790c01;
/* Tailwind (arbitrary) */
class="text-[#790c01] bg-[#790c01]"
/* SCSS */
$brand: #790c01;
/* SwiftUI */
Color(red: 0.475, green: 0.047, blue: 0.004)
/* Android */
Color.parseColor("#790c01")Accessibility — WCAG contrast
Aa
#790c01 on white: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#790c01 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green4.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow99.2%
Key (black)52.5%
Color previews
#790c01 text on a black background
contrast 1.87:1
Card sample
#790c01 text on a white background
contrast 11.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #790c01;
Background color
Panel with #790c01 background
background-color: #790c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #790c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 12, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 12, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #790c01; background: linear-gradient(135deg, #790c01, #795C01);