#45331c
a deep, soft orange · warm · closest name: darkslategray
RGB
69, 51, 28
HSL
34°, 42%, 19%
CMYK
0, 26, 59, 73
Luminance
0.0372
Every format
| HEX | #45331c |
| RGB | rgb(69, 51, 28) |
| HSL | hsl(34, 42%, 19%) |
| CMYK | cmyk(0%, 26%, 59%, 73%) |
| LAB | lab(22.7 4.8 17.6) |
| LCH | lch(22.7 18.3 74.7) |
| OKLCH | oklch(0.336 0.044 72.1) |
Copy-ready code
/* CSS */
color: #45331c;
background-color: #45331c;
/* Tailwind (arbitrary) */
class="text-[#45331c] bg-[#45331c]"
/* SCSS */
$brand: #45331c;
/* SwiftUI */
Color(red: 0.271, green: 0.200, blue: 0.110)
/* Android */
Color.parseColor("#45331c")Accessibility — WCAG contrast
Aa
#45331c on white: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#45331c on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green20.0%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow59.4%
Key (black)72.9%
Color previews
#45331c text on a black background
contrast 1.74:1
Card sample
#45331c text on a white background
contrast 12.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45331c;
Background color
Panel with #45331c background
background-color: #45331c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45331c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 51, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 51, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45331c; background: linear-gradient(135deg, #45331c, #3C451C);