#382f13
a deep, vivid yellow · cool · closest name: black
RGB
56, 47, 19
HSL
45°, 49%, 15%
CMYK
0, 16, 66, 78
Luminance
0.0292
Every format
| HEX | #382f13 |
| RGB | rgb(56, 47, 19) |
| HSL | hsl(45, 49%, 15%) |
| CMYK | cmyk(0%, 16%, 66%, 78%) |
| LAB | lab(19.7 -0.2 19.2) |
| LCH | lch(19.7 19.2 90.6) |
| OKLCH | oklch(0.308 0.045 91.8) |
Copy-ready code
/* CSS */
color: #382f13;
background-color: #382f13;
/* Tailwind (arbitrary) */
class="text-[#382f13] bg-[#382f13]"
/* SCSS */
$brand: #382f13;
/* SwiftUI */
Color(red: 0.220, green: 0.184, blue: 0.075)
/* Android */
Color.parseColor("#382f13")Accessibility — WCAG contrast
Aa
#382f13 on white: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#382f13 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green18.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta16.1%
Yellow66.1%
Key (black)78.0%
Color previews
#382f13 text on a black background
contrast 1.58:1
Card sample
#382f13 text on a white background
contrast 13.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #382f13;
Background color
Panel with #382f13 background
background-color: #382f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #382f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 47, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 47, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #382f13; background: linear-gradient(135deg, #382f13, #283813);