#760c01
a deep, electric red · warm · closest name: maroon
RGB
118, 12, 1
HSL
6°, 98%, 23%
CMYK
0, 90, 99, 54
Luminance
0.0412
Every format
| HEX | #760c01 |
| RGB | rgb(118, 12, 1) |
| HSL | hsl(6, 98%, 23%) |
| CMYK | cmyk(0%, 90%, 99%, 54%) |
| LAB | lab(24.1 42.8 35.4) |
| LCH | lch(24.1 55.6 39.6) |
| OKLCH | oklch(0.362 0.140 31.0) |
Copy-ready code
/* CSS */
color: #760c01;
background-color: #760c01;
/* Tailwind (arbitrary) */
class="text-[#760c01] bg-[#760c01]"
/* SCSS */
$brand: #760c01;
/* SwiftUI */
Color(red: 0.463, green: 0.047, blue: 0.004)
/* Android */
Color.parseColor("#760c01")Accessibility — WCAG contrast
Aa
#760c01 on white: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#760c01 on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green4.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow99.2%
Key (black)53.7%
Color previews
#760c01 text on a black background
contrast 1.82:1
Card sample
#760c01 text on a white background
contrast 11.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #760c01;
Background color
Panel with #760c01 background
background-color: #760c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #760c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 12, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 12, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #760c01; background: linear-gradient(135deg, #760c01, #765A01);