#211c0f
a deep, soft yellow · warm · closest name: black
RGB
33, 28, 15
HSL
43°, 38%, 9%
CMYK
0, 15, 55, 87
Luminance
0.0119
Every format
| HEX | #211c0f |
| RGB | rgb(33, 28, 15) |
| HSL | hsl(43, 38%, 9%) |
| CMYK | cmyk(0%, 15%, 55%, 87%) |
| LAB | lab(10.5 -0.0 9.2) |
| LCH | lch(10.5 9.2 90.2) |
| OKLCH | oklch(0.228 0.024 89.3) |
Copy-ready code
/* CSS */
color: #211c0f;
background-color: #211c0f;
/* Tailwind (arbitrary) */
class="text-[#211c0f] bg-[#211c0f]"
/* SCSS */
$brand: #211c0f;
/* SwiftUI */
Color(red: 0.129, green: 0.110, blue: 0.059)
/* Android */
Color.parseColor("#211c0f")Accessibility — WCAG contrast
Aa
#211c0f on white: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#211c0f on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green11.0%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow54.5%
Key (black)87.1%
Color previews
#211c0f text on a black background
contrast 1.24:1
Card sample
#211c0f text on a white background
contrast 16.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #211c0f;
Background color
Panel with #211c0f background
background-color: #211c0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #211c0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 28, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 28, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #211c0f; background: linear-gradient(135deg, #211c0f, #1A210F);