#453b21
a deep, soft yellow · warm · closest name: darkslategray
RGB
69, 59, 33
HSL
43°, 35%, 20%
CMYK
0, 15, 52, 73
Luminance
0.0450
Every format
| HEX | #453b21 |
| RGB | rgb(69, 59, 33) |
| HSL | hsl(43, 35%, 20%) |
| CMYK | cmyk(0%, 15%, 52%, 73%) |
| LAB | lab(25.3 0.2 17.7) |
| LCH | lch(25.3 17.7 89.4) |
| OKLCH | oklch(0.356 0.043 89.1) |
Copy-ready code
/* CSS */
color: #453b21;
background-color: #453b21;
/* Tailwind (arbitrary) */
class="text-[#453b21] bg-[#453b21]"
/* SCSS */
$brand: #453b21;
/* SwiftUI */
Color(red: 0.271, green: 0.231, blue: 0.129)
/* Android */
Color.parseColor("#453b21")Accessibility — WCAG contrast
Aa
#453b21 on white: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#453b21 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green23.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow52.2%
Key (black)72.9%
Color previews
#453b21 text on a black background
contrast 1.90:1
Card sample
#453b21 text on a white background
contrast 11.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #453b21;
Background color
Panel with #453b21 background
background-color: #453b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #453b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 59, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 59, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #453b21; background: linear-gradient(135deg, #453b21, #374521);