#221100
a deep, electric orange · warm · closest name: black
RGB
34, 17, 0
HSL
30°, 100%, 7%
CMYK
0, 50, 100, 87
Luminance
0.0074
Every format
| HEX | #221100 |
| RGB | rgb(34, 17, 0) |
| HSL | hsl(30, 100%, 7%) |
| CMYK | cmyk(0%, 50%, 100%, 87%) |
| LAB | lab(6.7 6.4 10.1) |
| LCH | lch(6.7 12.0 57.8) |
| OKLCH | oklch(0.197 0.043 68.0) |
Copy-ready code
/* CSS */
color: #221100;
background-color: #221100;
/* Tailwind (arbitrary) */
class="text-[#221100] bg-[#221100]"
/* SCSS */
$brand: #221100;
/* SwiftUI */
Color(red: 0.133, green: 0.067, blue: 0.000)
/* Android */
Color.parseColor("#221100")Accessibility — WCAG contrast
Aa
#221100 on white: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#221100 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green6.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow100.0%
Key (black)86.7%
Color previews
#221100 text on a black background
contrast 1.15:1
Card sample
#221100 text on a white background
contrast 18.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #221100;
Background color
Panel with #221100 background
background-color: #221100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #221100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 17, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 17, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #221100; background: linear-gradient(135deg, #221100, #1C2200);