#770017
a deep, electric red · warm · closest name: maroon
RGB
119, 0, 23
HSL
348°, 100%, 23%
CMYK
0, 100, 81, 53
Luminance
0.0398
Every format
| HEX | #770017 |
| RGB | rgb(119, 0, 23) |
| HSL | hsl(348, 100%, 23%) |
| CMYK | cmyk(0%, 100%, 81%, 53%) |
| LAB | lab(23.6 46.2 24.2) |
| LCH | lch(23.6 52.1 27.6) |
| OKLCH | oklch(0.360 0.145 21.6) |
Copy-ready code
/* CSS */
color: #770017;
background-color: #770017;
/* Tailwind (arbitrary) */
class="text-[#770017] bg-[#770017]"
/* SCSS */
$brand: #770017;
/* SwiftUI */
Color(red: 0.467, green: 0.000, blue: 0.090)
/* Android */
Color.parseColor("#770017")Accessibility — WCAG contrast
Aa
#770017 on white: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#770017 on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green0.0%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow80.7%
Key (black)53.3%
Color previews
#770017 text on a black background
contrast 1.80:1
Card sample
#770017 text on a white background
contrast 11.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #770017;
Background color
Panel with #770017 background
background-color: #770017;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #770017;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 0, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 0, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #770017; background: linear-gradient(135deg, #770017, #773800);