#453421
a deep, soft orange · warm · closest name: darkslategray
RGB
69, 52, 33
HSL
32°, 35%, 20%
CMYK
0, 25, 52, 73
Luminance
0.0383
Every format
| HEX | #453421 |
| RGB | rgb(69, 52, 33) |
| HSL | hsl(32, 35%, 20%) |
| CMYK | cmyk(0%, 25%, 52%, 73%) |
| LAB | lab(23.1 4.7 14.9) |
| LCH | lch(23.1 15.7 72.4) |
| OKLCH | oklch(0.339 0.039 69.0) |
Copy-ready code
/* CSS */
color: #453421;
background-color: #453421;
/* Tailwind (arbitrary) */
class="text-[#453421] bg-[#453421]"
/* SCSS */
$brand: #453421;
/* SwiftUI */
Color(red: 0.271, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#453421")Accessibility — WCAG contrast
Aa
#453421 on white: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#453421 on black: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta24.6%
Yellow52.2%
Key (black)72.9%
Color previews
#453421 text on a black background
contrast 1.77:1
Card sample
#453421 text on a white background
contrast 11.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #453421;
Background color
Panel with #453421 background
background-color: #453421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #453421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #453421; background: linear-gradient(135deg, #453421, #3E4521);