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