#762000
a deep, electric orange · warm · closest name: maroon
RGB
118, 32, 0
HSL
16°, 100%, 23%
CMYK
0, 73, 100, 54
Luminance
0.0488
Every format
| HEX | #762000 |
| RGB | rgb(118, 32, 0) |
| HSL | hsl(16, 100%, 23%) |
| CMYK | cmyk(0%, 73%, 100%, 54%) |
| LAB | lab(26.4 36.2 38.1) |
| LCH | lch(26.4 52.5 46.4) |
| OKLCH | oklch(0.379 0.125 37.6) |
Copy-ready code
/* CSS */
color: #762000;
background-color: #762000;
/* Tailwind (arbitrary) */
class="text-[#762000] bg-[#762000]"
/* SCSS */
$brand: #762000;
/* SwiftUI */
Color(red: 0.463, green: 0.125, blue: 0.000)
/* Android */
Color.parseColor("#762000")Accessibility — WCAG contrast
Aa
#762000 on white: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#762000 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green12.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta72.9%
Yellow100.0%
Key (black)53.7%
Color previews
#762000 text on a black background
contrast 1.98:1
Card sample
#762000 text on a white background
contrast 10.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #762000;
Background color
Panel with #762000 background
background-color: #762000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #762000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 32, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 32, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #762000; background: linear-gradient(135deg, #762000, #766F00);