#210b02
a deep, electric orange · warm · closest name: black
RGB
33, 11, 2
HSL
17°, 89%, 7%
CMYK
0, 67, 94, 87
Luminance
0.0057
Every format
| HEX | #210b02 |
| RGB | rgb(33, 11, 2) |
| HSL | hsl(17, 89%, 7%) |
| CMYK | cmyk(0%, 67%, 94%, 87%) |
| LAB | lab(5.1 9.0 7.0) |
| LCH | lch(5.1 11.4 38.1) |
| OKLCH | oklch(0.182 0.043 47.3) |
Copy-ready code
/* CSS */
color: #210b02;
background-color: #210b02;
/* Tailwind (arbitrary) */
class="text-[#210b02] bg-[#210b02]"
/* SCSS */
$brand: #210b02;
/* SwiftUI */
Color(red: 0.129, green: 0.043, blue: 0.008)
/* Android */
Color.parseColor("#210b02")Accessibility — WCAG contrast
Aa
#210b02 on white: 18.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#210b02 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green4.3%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow93.9%
Key (black)87.1%
Color previews
#210b02 text on a black background
contrast 1.11:1
Card sample
#210b02 text on a white background
contrast 18.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #210b02;
Background color
Panel with #210b02 background
background-color: #210b02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #210b02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 11, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 11, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #210b02; background: linear-gradient(135deg, #210b02, #212002);