#382010
a deep, vivid orange · warm · closest name: black
RGB
56, 32, 16
HSL
24°, 56%, 14%
CMYK
0, 43, 71, 78
Luminance
0.0191
Every format
| HEX | #382010 |
| RGB | rgb(56, 32, 16) |
| HSL | hsl(24, 56%, 14%) |
| CMYK | cmyk(0%, 43%, 71%, 78%) |
| LAB | lab(15.0 9.7 15.3) |
| LCH | lch(15.0 18.1 57.6) |
| OKLCH | oklch(0.271 0.046 53.3) |
Copy-ready code
/* CSS */
color: #382010;
background-color: #382010;
/* Tailwind (arbitrary) */
class="text-[#382010] bg-[#382010]"
/* SCSS */
$brand: #382010;
/* SwiftUI */
Color(red: 0.220, green: 0.125, blue: 0.063)
/* Android */
Color.parseColor("#382010")Accessibility — WCAG contrast
Aa
#382010 on white: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#382010 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green12.5%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow71.4%
Key (black)78.0%
Color previews
#382010 text on a black background
contrast 1.38:1
Card sample
#382010 text on a white background
contrast 15.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #382010;
Background color
Panel with #382010 background
background-color: #382010;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #382010;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 32, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 32, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #382010; background: linear-gradient(135deg, #382010, #353810);