#110500
a deep, electric orange · warm · closest name: black
RGB
17, 5, 0
HSL
18°, 100%, 3%
CMYK
0, 71, 100, 93
Luminance
0.0023
Every format
| HEX | #110500 |
| RGB | rgb(17, 5, 0) |
| HSL | hsl(18, 100%, 3%) |
| CMYK | cmyk(0%, 71%, 100%, 93%) |
| LAB | lab(2.1 2.8 3.1) |
| LCH | lch(2.1 4.2 47.9) |
| OKLCH | oklch(0.134 0.032 59.2) |
Copy-ready code
/* CSS */
color: #110500;
background-color: #110500;
/* Tailwind (arbitrary) */
class="text-[#110500] bg-[#110500]"
/* SCSS */
$brand: #110500;
/* SwiftUI */
Color(red: 0.067, green: 0.020, blue: 0.000)
/* Android */
Color.parseColor("#110500")Accessibility — WCAG contrast
Aa
#110500 on white: 20.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110500 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green2.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow100.0%
Key (black)93.3%
Color previews
#110500 text on a black background
contrast 1.05:1
Card sample
#110500 text on a white background
contrast 20.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110500;
Background color
Panel with #110500 background
background-color: #110500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 5, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 5, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110500; background: linear-gradient(135deg, #110500, #111000);