#40331f
a deep, soft orange · warm · closest name: darkslategray
RGB
64, 51, 31
HSL
36°, 35%, 19%
CMYK
0, 20, 52, 75
Luminance
0.0356
Every format
| HEX | #40331f |
| RGB | rgb(64, 51, 31) |
| HSL | hsl(36, 35%, 19%) |
| CMYK | cmyk(0%, 20%, 52%, 75%) |
| LAB | lab(22.1 2.6 14.9) |
| LCH | lch(22.1 15.1 80.0) |
| OKLCH | oklch(0.330 0.037 77.7) |
Copy-ready code
/* CSS */
color: #40331f;
background-color: #40331f;
/* Tailwind (arbitrary) */
class="text-[#40331f] bg-[#40331f]"
/* SCSS */
$brand: #40331f;
/* SwiftUI */
Color(red: 0.251, green: 0.200, blue: 0.122)
/* Android */
Color.parseColor("#40331f")Accessibility — WCAG contrast
Aa
#40331f on white: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#40331f on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green20.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta20.3%
Yellow51.6%
Key (black)74.9%
Color previews
#40331f text on a black background
contrast 1.71:1
Card sample
#40331f text on a white background
contrast 12.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40331f;
Background color
Panel with #40331f background
background-color: #40331f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40331f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 51, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 51, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40331f; background: linear-gradient(135deg, #40331f, #37401F);