#45331f
a deep, soft orange · warm · closest name: darkslategray
RGB
69, 51, 31
HSL
32°, 38%, 20%
CMYK
0, 26, 55, 73
Luminance
0.0373
Every format
| HEX | #45331f |
| RGB | rgb(69, 51, 31) |
| HSL | hsl(32, 38%, 20%) |
| CMYK | cmyk(0%, 26%, 55%, 73%) |
| LAB | lab(22.8 5.2 15.8) |
| LCH | lch(22.8 16.6 71.9) |
| OKLCH | oklch(0.336 0.041 68.6) |
Copy-ready code
/* CSS */
color: #45331f;
background-color: #45331f;
/* Tailwind (arbitrary) */
class="text-[#45331f] bg-[#45331f]"
/* SCSS */
$brand: #45331f;
/* SwiftUI */
Color(red: 0.271, green: 0.200, blue: 0.122)
/* Android */
Color.parseColor("#45331f")Accessibility — WCAG contrast
Aa
#45331f on white: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#45331f on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green20.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow55.1%
Key (black)72.9%
Color previews
#45331f text on a black background
contrast 1.75:1
Card sample
#45331f text on a white background
contrast 12.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45331f;
Background color
Panel with #45331f background
background-color: #45331f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45331f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 51, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 51, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45331f; background: linear-gradient(135deg, #45331f, #3E451F);