#383713
a deep, vivid yellow · cool · closest name: darkslategray
RGB
56, 55, 19
HSL
58°, 49%, 15%
CMYK
0, 2, 66, 78
Luminance
0.0362
Every format
| HEX | #383713 |
| RGB | rgb(56, 55, 19) |
| HSL | hsl(58, 49%, 15%) |
| CMYK | cmyk(0%, 2%, 66%, 78%) |
| LAB | lab(22.4 -5.4 22.3) |
| LCH | lch(22.4 22.9 103.6) |
| OKLCH | oklch(0.329 0.054 107.6) |
Copy-ready code
/* CSS */
color: #383713;
background-color: #383713;
/* Tailwind (arbitrary) */
class="text-[#383713] bg-[#383713]"
/* SCSS */
$brand: #383713;
/* SwiftUI */
Color(red: 0.220, green: 0.216, blue: 0.075)
/* Android */
Color.parseColor("#383713")Accessibility — WCAG contrast
Aa
#383713 on white: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#383713 on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green21.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta1.8%
Yellow66.1%
Key (black)78.0%
Color previews
#383713 text on a black background
contrast 1.72:1
Card sample
#383713 text on a white background
contrast 12.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #383713;
Background color
Panel with #383713 background
background-color: #383713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #383713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 55, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 55, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #383713; background: linear-gradient(135deg, #383713, #203813);