#40331c
a deep, soft orange · warm · closest name: darkslategray
RGB
64, 51, 28
HSL
38°, 39%, 18%
CMYK
0, 20, 56, 75
Luminance
0.0354
Every format
| HEX | #40331c |
| RGB | rgb(64, 51, 28) |
| HSL | hsl(38, 39%, 18%) |
| CMYK | cmyk(0%, 20%, 56%, 75%) |
| LAB | lab(22.1 2.3 16.7) |
| LCH | lch(22.1 16.9 82.3) |
| OKLCH | oklch(0.329 0.041 80.9) |
Copy-ready code
/* CSS */
color: #40331c;
background-color: #40331c;
/* Tailwind (arbitrary) */
class="text-[#40331c] bg-[#40331c]"
/* SCSS */
$brand: #40331c;
/* SwiftUI */
Color(red: 0.251, green: 0.200, blue: 0.110)
/* Android */
Color.parseColor("#40331c")Accessibility — WCAG contrast
Aa
#40331c on white: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#40331c on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green20.0%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta20.3%
Yellow56.2%
Key (black)74.9%
Color previews
#40331c text on a black background
contrast 1.71:1
Card sample
#40331c text on a white background
contrast 12.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40331c;
Background color
Panel with #40331c background
background-color: #40331c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40331c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 51, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 51, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40331c; background: linear-gradient(135deg, #40331c, #35401C);