#392213
a deep, vivid orange · warm · closest name: black
RGB
57, 34, 19
HSL
24°, 50%, 15%
CMYK
0, 40, 67, 78
Luminance
0.0206
Every format
| HEX | #392213 |
| RGB | rgb(57, 34, 19) |
| HSL | hsl(24, 50%, 15%) |
| CMYK | cmyk(0%, 40%, 67%, 78%) |
| LAB | lab(15.8 9.1 14.5) |
| LCH | lch(15.8 17.2 57.9) |
| OKLCH | oklch(0.278 0.043 53.1) |
Copy-ready code
/* CSS */
color: #392213;
background-color: #392213;
/* Tailwind (arbitrary) */
class="text-[#392213] bg-[#392213]"
/* SCSS */
$brand: #392213;
/* SwiftUI */
Color(red: 0.224, green: 0.133, blue: 0.075)
/* Android */
Color.parseColor("#392213")Accessibility — WCAG contrast
Aa
#392213 on white: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#392213 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green13.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta40.4%
Yellow66.7%
Key (black)77.6%
Color previews
#392213 text on a black background
contrast 1.41:1
Card sample
#392213 text on a white background
contrast 14.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #392213;
Background color
Panel with #392213 background
background-color: #392213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #392213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 34, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 34, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #392213; background: linear-gradient(135deg, #392213, #373913);