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