#3f331c
a deep, soft orange · warm · closest name: darkslategray
RGB
63, 51, 28
HSL
39°, 39%, 18%
CMYK
0, 19, 56, 75
Luminance
0.0351
Every format
| HEX | #3f331c |
| RGB | rgb(63, 51, 28) |
| HSL | hsl(39, 39%, 18%) |
| CMYK | cmyk(0%, 19%, 56%, 75%) |
| LAB | lab(22.0 1.8 16.6) |
| LCH | lch(22.0 16.6 83.9) |
| OKLCH | oklch(0.328 0.040 82.8) |
Copy-ready code
/* CSS */
color: #3f331c;
background-color: #3f331c;
/* Tailwind (arbitrary) */
class="text-[#3f331c] bg-[#3f331c]"
/* SCSS */
$brand: #3f331c;
/* SwiftUI */
Color(red: 0.247, green: 0.200, blue: 0.110)
/* Android */
Color.parseColor("#3f331c")Accessibility — WCAG contrast
Aa
#3f331c on white: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f331c on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green20.0%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow55.6%
Key (black)75.3%
Color previews
#3f331c text on a black background
contrast 1.70:1
Card sample
#3f331c text on a white background
contrast 12.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f331c;
Background color
Panel with #3f331c background
background-color: #3f331c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f331c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 51, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 51, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f331c; background: linear-gradient(135deg, #3f331c, #343F1C);