#453a21
a deep, soft yellow · warm · closest name: darkslategray
RGB
69, 58, 33
HSL
42°, 35%, 20%
CMYK
0, 16, 52, 73
Luminance
0.0440
Every format
| HEX | #453a21 |
| RGB | rgb(69, 58, 33) |
| HSL | hsl(42, 35%, 20%) |
| CMYK | cmyk(0%, 16%, 52%, 73%) |
| LAB | lab(25.0 0.8 17.3) |
| LCH | lch(25.0 17.3 87.3) |
| OKLCH | oklch(0.353 0.042 86.5) |
Copy-ready code
/* CSS */
color: #453a21;
background-color: #453a21;
/* Tailwind (arbitrary) */
class="text-[#453a21] bg-[#453a21]"
/* SCSS */
$brand: #453a21;
/* SwiftUI */
Color(red: 0.271, green: 0.227, blue: 0.129)
/* Android */
Color.parseColor("#453a21")Accessibility — WCAG contrast
Aa
#453a21 on white: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#453a21 on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green22.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow52.2%
Key (black)72.9%
Color previews
#453a21 text on a black background
contrast 1.88:1
Card sample
#453a21 text on a white background
contrast 11.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #453a21;
Background color
Panel with #453a21 background
background-color: #453a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #453a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 58, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 58, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #453a21; background: linear-gradient(135deg, #453a21, #384521);