#201913
a deep, soft orange · warm · closest name: black
RGB
32, 25, 19
HSL
28°, 26%, 10%
CMYK
0, 22, 41, 88
Luminance
0.0105
Every format
| HEX | #201913 |
| RGB | rgb(32, 25, 19) |
| HSL | hsl(28, 26%, 10%) |
| CMYK | cmyk(0%, 22%, 41%, 88%) |
| LAB | lab(9.4 2.3 5.3) |
| LCH | lch(9.4 5.8 66.8) |
| OKLCH | oklch(0.220 0.016 62.5) |
Copy-ready code
/* CSS */
color: #201913;
background-color: #201913;
/* Tailwind (arbitrary) */
class="text-[#201913] bg-[#201913]"
/* SCSS */
$brand: #201913;
/* SwiftUI */
Color(red: 0.125, green: 0.098, blue: 0.075)
/* Android */
Color.parseColor("#201913")Accessibility — WCAG contrast
Aa
#201913 on white: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201913 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green9.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta21.9%
Yellow40.6%
Key (black)87.5%
Color previews
#201913 text on a black background
contrast 1.21:1
Card sample
#201913 text on a white background
contrast 17.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201913;
Background color
Panel with #201913 background
background-color: #201913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 25, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 25, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201913; background: linear-gradient(135deg, #201913, #1E2013);