#45352f
a deep, soft orange · warm · closest name: darkslategray
RGB
69, 53, 47
HSL
16°, 19%, 23%
CMYK
0, 23, 32, 73
Luminance
0.0402
Every format
| HEX | #45352f |
| RGB | rgb(69, 53, 47) |
| HSL | hsl(16, 19%, 23%) |
| CMYK | cmyk(0%, 23%, 32%, 73%) |
| LAB | lab(23.7 6.1 6.5) |
| LCH | lch(23.7 8.9 46.9) |
| OKLCH | oklch(0.345 0.025 41.5) |
Copy-ready code
/* CSS */
color: #45352f;
background-color: #45352f;
/* Tailwind (arbitrary) */
class="text-[#45352f] bg-[#45352f]"
/* SCSS */
$brand: #45352f;
/* SwiftUI */
Color(red: 0.271, green: 0.208, blue: 0.184)
/* Android */
Color.parseColor("#45352f")Accessibility — WCAG contrast
Aa
#45352f on white: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#45352f on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green20.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow31.9%
Key (black)72.9%
Color previews
#45352f text on a black background
contrast 1.80:1
Card sample
#45352f text on a white background
contrast 11.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45352f;
Background color
Panel with #45352f background
background-color: #45352f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45352f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 53, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 53, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45352f; background: linear-gradient(135deg, #45352f, #45442F);