#45381f
a deep, soft orange · warm · closest name: darkslategray
RGB
69, 56, 31
HSL
40°, 38%, 20%
CMYK
0, 19, 55, 73
Luminance
0.0419
Every format
| HEX | #45381f |
| RGB | rgb(69, 56, 31) |
| HSL | hsl(40, 38%, 20%) |
| CMYK | cmyk(0%, 19%, 55%, 73%) |
| LAB | lab(24.3 1.9 17.7) |
| LCH | lch(24.3 17.8 83.9) |
| OKLCH | oklch(0.348 0.043 82.8) |
Copy-ready code
/* CSS */
color: #45381f;
background-color: #45381f;
/* Tailwind (arbitrary) */
class="text-[#45381f] bg-[#45381f]"
/* SCSS */
$brand: #45381f;
/* SwiftUI */
Color(red: 0.271, green: 0.220, blue: 0.122)
/* Android */
Color.parseColor("#45381f")Accessibility — WCAG contrast
Aa
#45381f on white: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#45381f on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green22.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow55.1%
Key (black)72.9%
Color previews
#45381f text on a black background
contrast 1.84:1
Card sample
#45381f text on a white background
contrast 11.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45381f;
Background color
Panel with #45381f background
background-color: #45381f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45381f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 56, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 56, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45381f; background: linear-gradient(135deg, #45381f, #39451F);