#211708
a deep, vivid orange · warm · closest name: black
RGB
33, 23, 8
HSL
36°, 61%, 8%
CMYK
0, 30, 76, 87
Luminance
0.0095
Every format
| HEX | #211708 |
| RGB | rgb(33, 23, 8) |
| HSL | hsl(36, 61%, 8%) |
| CMYK | cmyk(0%, 30%, 76%, 87%) |
| LAB | lab(8.6 2.7 9.7) |
| LCH | lch(8.6 10.0 74.4) |
| OKLCH | oklch(0.213 0.030 76.2) |
Copy-ready code
/* CSS */
color: #211708;
background-color: #211708;
/* Tailwind (arbitrary) */
class="text-[#211708] bg-[#211708]"
/* SCSS */
$brand: #211708;
/* SwiftUI */
Color(red: 0.129, green: 0.090, blue: 0.031)
/* Android */
Color.parseColor("#211708")Accessibility — WCAG contrast
Aa
#211708 on white: 17.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#211708 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green9.0%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow75.8%
Key (black)87.1%
Color previews
#211708 text on a black background
contrast 1.19:1
Card sample
#211708 text on a white background
contrast 17.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #211708;
Background color
Panel with #211708 background
background-color: #211708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #211708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 23, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 23, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #211708; background: linear-gradient(135deg, #211708, #1A2108);