#382513
a deep, vivid orange · warm · closest name: black
RGB
56, 37, 19
HSL
29°, 49%, 15%
CMYK
0, 34, 66, 78
Luminance
0.0221
Every format
| HEX | #382513 |
| RGB | rgb(56, 37, 19) |
| HSL | hsl(29, 49%, 15%) |
| CMYK | cmyk(0%, 34%, 66%, 78%) |
| LAB | lab(16.6 6.6 15.4) |
| LCH | lch(16.6 16.8 67.0) |
| OKLCH | oklch(0.283 0.041 63.3) |
Copy-ready code
/* CSS */
color: #382513;
background-color: #382513;
/* Tailwind (arbitrary) */
class="text-[#382513] bg-[#382513]"
/* SCSS */
$brand: #382513;
/* SwiftUI */
Color(red: 0.220, green: 0.145, blue: 0.075)
/* Android */
Color.parseColor("#382513")Accessibility — WCAG contrast
Aa
#382513 on white: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#382513 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green14.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta33.9%
Yellow66.1%
Key (black)78.0%
Color previews
#382513 text on a black background
contrast 1.44:1
Card sample
#382513 text on a white background
contrast 14.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #382513;
Background color
Panel with #382513 background
background-color: #382513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #382513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 37, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 37, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #382513; background: linear-gradient(135deg, #382513, #323813);