#383810
a deep, vivid yellow · cool · closest name: darkslategray
RGB
56, 56, 16
HSL
60°, 56%, 14%
CMYK
0, 0, 71, 78
Luminance
0.0371
Every format
| HEX | #383810 |
| RGB | rgb(56, 56, 16) |
| HSL | hsl(60, 56%, 14%) |
| CMYK | cmyk(0%, 0%, 71%, 78%) |
| LAB | lab(22.7 -6.3 24.3) |
| LCH | lch(22.7 25.1 104.6) |
| OKLCH | oklch(0.331 0.059 109.2) |
Copy-ready code
/* CSS */
color: #383810;
background-color: #383810;
/* Tailwind (arbitrary) */
class="text-[#383810] bg-[#383810]"
/* SCSS */
$brand: #383810;
/* SwiftUI */
Color(red: 0.220, green: 0.220, blue: 0.063)
/* Android */
Color.parseColor("#383810")Accessibility — WCAG contrast
Aa
#383810 on white: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#383810 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green22.0%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow71.4%
Key (black)78.0%
Color previews
#383810 text on a black background
contrast 1.74:1
Card sample
#383810 text on a white background
contrast 12.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #383810;
Background color
Panel with #383810 background
background-color: #383810;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #383810;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 56, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 56, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #383810; background: linear-gradient(135deg, #383810, #1D3810);