#221400
a deep, electric orange · warm · closest name: black
RGB
34, 20, 0
HSL
35°, 100%, 7%
CMYK
0, 41, 100, 87
Luminance
0.0084
Every format
| HEX | #221400 |
| RGB | rgb(34, 20, 0) |
| HSL | hsl(35, 100%, 7%) |
| CMYK | cmyk(0%, 41%, 100%, 87%) |
| LAB | lab(7.6 4.5 11.4) |
| LCH | lch(7.6 12.3 68.6) |
| OKLCH | oklch(0.205 0.043 76.7) |
Copy-ready code
/* CSS */
color: #221400;
background-color: #221400;
/* Tailwind (arbitrary) */
class="text-[#221400] bg-[#221400]"
/* SCSS */
$brand: #221400;
/* SwiftUI */
Color(red: 0.133, green: 0.078, blue: 0.000)
/* Android */
Color.parseColor("#221400")Accessibility — WCAG contrast
Aa
#221400 on white: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#221400 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green7.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta41.2%
Yellow100.0%
Key (black)86.7%
Color previews
#221400 text on a black background
contrast 1.17:1
Card sample
#221400 text on a white background
contrast 17.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #221400;
Background color
Panel with #221400 background
background-color: #221400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #221400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 20, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 20, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #221400; background: linear-gradient(135deg, #221400, #192200);