#454021
a deep, soft yellow · cool · closest name: darkslategray
RGB
69, 64, 33
HSL
52°, 35%, 20%
CMYK
0, 7, 52, 73
Luminance
0.0504
Every format
| HEX | #454021 |
| RGB | rgb(69, 64, 33) |
| HSL | hsl(52, 35%, 20%) |
| CMYK | cmyk(0%, 7%, 52%, 73%) |
| LAB | lab(26.9 -3.0 19.6) |
| LCH | lch(26.9 19.9 98.7) |
| OKLCH | oklch(0.368 0.048 100.3) |
Copy-ready code
/* CSS */
color: #454021;
background-color: #454021;
/* Tailwind (arbitrary) */
class="text-[#454021] bg-[#454021]"
/* SCSS */
$brand: #454021;
/* SwiftUI */
Color(red: 0.271, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#454021")Accessibility — WCAG contrast
Aa
#454021 on white: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#454021 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green25.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow52.2%
Key (black)72.9%
Color previews
#454021 text on a black background
contrast 2.01:1
Card sample
#454021 text on a white background
contrast 10.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #454021;
Background color
Panel with #454021 background
background-color: #454021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #454021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #454021; background: linear-gradient(135deg, #454021, #324521);