#760f0f
a dark, electric red · warm · closest name: maroon
RGB
118, 15, 15
HSL
0°, 77%, 26%
CMYK
0, 87, 87, 54
Luminance
0.0423
Every format
| HEX | #760f0f |
| RGB | rgb(118, 15, 15) |
| HSL | hsl(0, 77%, 26%) |
| CMYK | cmyk(0%, 87%, 87%, 54%) |
| LAB | lab(24.4 42.4 29.8) |
| LCH | lch(24.4 51.8 35.1) |
| OKLCH | oklch(0.365 0.136 27.4) |
Copy-ready code
/* CSS */
color: #760f0f;
background-color: #760f0f;
/* Tailwind (arbitrary) */
class="text-[#760f0f] bg-[#760f0f]"
/* SCSS */
$brand: #760f0f;
/* SwiftUI */
Color(red: 0.463, green: 0.059, blue: 0.059)
/* Android */
Color.parseColor("#760f0f")Accessibility — WCAG contrast
Aa
#760f0f on white: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#760f0f on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green5.9%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta87.3%
Yellow87.3%
Key (black)53.7%
Color previews
#760f0f text on a black background
contrast 1.85:1
Card sample
#760f0f text on a white background
contrast 11.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #760f0f;
Background color
Panel with #760f0f background
background-color: #760f0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #760f0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 15, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 15, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #760f0f; background: linear-gradient(135deg, #760f0f, #76540F);