#39261f
a deep, soft orange · warm · closest name: black
RGB
57, 38, 31
HSL
16°, 30%, 17%
CMYK
0, 33, 46, 78
Luminance
0.0236
Every format
| HEX | #39261f |
| RGB | rgb(57, 38, 31) |
| HSL | hsl(16, 30%, 17%) |
| CMYK | cmyk(0%, 33%, 46%, 78%) |
| LAB | lab(17.3 7.9 8.2) |
| LCH | lch(17.3 11.4 46.2) |
| OKLCH | oklch(0.290 0.032 41.1) |
Copy-ready code
/* CSS */
color: #39261f;
background-color: #39261f;
/* Tailwind (arbitrary) */
class="text-[#39261f] bg-[#39261f]"
/* SCSS */
$brand: #39261f;
/* SwiftUI */
Color(red: 0.224, green: 0.149, blue: 0.122)
/* Android */
Color.parseColor("#39261f")Accessibility — WCAG contrast
Aa
#39261f on white: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#39261f on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green14.9%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow45.6%
Key (black)77.6%
Color previews
#39261f text on a black background
contrast 1.47:1
Card sample
#39261f text on a white background
contrast 14.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39261f;
Background color
Panel with #39261f background
background-color: #39261f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39261f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 38, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 38, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39261f; background: linear-gradient(135deg, #39261f, #39371F);