#201b13
a deep, soft orange · warm · closest name: black
RGB
32, 27, 19
HSL
37°, 26%, 10%
CMYK
0, 16, 41, 88
Luminance
0.0114
Every format
| HEX | #201b13 |
| RGB | rgb(32, 27, 19) |
| HSL | hsl(37, 26%, 10%) |
| CMYK | cmyk(0%, 16%, 41%, 88%) |
| LAB | lab(10.1 0.8 6.3) |
| LCH | lch(10.1 6.3 82.7) |
| OKLCH | oklch(0.225 0.017 79.4) |
Copy-ready code
/* CSS */
color: #201b13;
background-color: #201b13;
/* Tailwind (arbitrary) */
class="text-[#201b13] bg-[#201b13]"
/* SCSS */
$brand: #201b13;
/* SwiftUI */
Color(red: 0.125, green: 0.106, blue: 0.075)
/* Android */
Color.parseColor("#201b13")Accessibility — WCAG contrast
Aa
#201b13 on white: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201b13 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green10.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow40.6%
Key (black)87.5%
Color previews
#201b13 text on a black background
contrast 1.23:1
Card sample
#201b13 text on a white background
contrast 17.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201b13;
Background color
Panel with #201b13 background
background-color: #201b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 27, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 27, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201b13; background: linear-gradient(135deg, #201b13, #1C2013);