#211607
a deep, vivid orange · warm · closest name: black
RGB
33, 22, 7
HSL
35°, 65%, 8%
CMYK
0, 33, 79, 87
Luminance
0.0091
Every format
| HEX | #211607 |
| RGB | rgb(33, 22, 7) |
| HSL | hsl(35, 65%, 8%) |
| CMYK | cmyk(0%, 33%, 79%, 87%) |
| LAB | lab(8.2 3.3 9.5) |
| LCH | lch(8.2 10.1 70.8) |
| OKLCH | oklch(0.210 0.032 73.7) |
Copy-ready code
/* CSS */
color: #211607;
background-color: #211607;
/* Tailwind (arbitrary) */
class="text-[#211607] bg-[#211607]"
/* SCSS */
$brand: #211607;
/* SwiftUI */
Color(red: 0.129, green: 0.086, blue: 0.027)
/* Android */
Color.parseColor("#211607")Accessibility — WCAG contrast
Aa
#211607 on white: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#211607 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green8.6%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow78.8%
Key (black)87.1%
Color previews
#211607 text on a black background
contrast 1.18:1
Card sample
#211607 text on a white background
contrast 17.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #211607;
Background color
Panel with #211607 background
background-color: #211607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #211607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 22, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 22, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #211607; background: linear-gradient(135deg, #211607, #1B2107);