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