#201009
a deep, vivid orange · warm · closest name: black
RGB
32, 16, 9
HSL
18°, 56%, 8%
CMYK
0, 50, 72, 88
Luminance
0.0070
Every format
| HEX | #201009 |
| RGB | rgb(32, 16, 9) |
| HSL | hsl(18, 56%, 8%) |
| CMYK | cmyk(0%, 50%, 72%, 88%) |
| LAB | lab(6.3 6.9 5.9) |
| LCH | lch(6.3 9.0 40.6) |
| OKLCH | oklch(0.194 0.030 44.3) |
Copy-ready code
/* CSS */
color: #201009;
background-color: #201009;
/* Tailwind (arbitrary) */
class="text-[#201009] bg-[#201009]"
/* SCSS */
$brand: #201009;
/* SwiftUI */
Color(red: 0.125, green: 0.063, blue: 0.035)
/* Android */
Color.parseColor("#201009")Accessibility — WCAG contrast
Aa
#201009 on white: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201009 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green6.3%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow71.9%
Key (black)87.5%
Color previews
#201009 text on a black background
contrast 1.14:1
Card sample
#201009 text on a white background
contrast 18.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201009;
Background color
Panel with #201009 background
background-color: #201009;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201009;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 16, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 16, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201009; background: linear-gradient(135deg, #201009, #201F09);