#313021
a deep, soft yellow · cool · closest name: darkslategray
RGB
49, 48, 33
HSL
56°, 20%, 16%
CMYK
0, 2, 33, 81
Luminance
0.0288
Every format
| HEX | #313021 |
| RGB | rgb(49, 48, 33) |
| HSL | hsl(56, 20%, 16%) |
| CMYK | cmyk(0%, 2%, 33%, 81%) |
| LAB | lab(19.5 -2.6 9.8) |
| LCH | lch(19.5 10.1 104.8) |
| OKLCH | oklch(0.305 0.025 104.6) |
Copy-ready code
/* CSS */
color: #313021;
background-color: #313021;
/* Tailwind (arbitrary) */
class="text-[#313021] bg-[#313021]"
/* SCSS */
$brand: #313021;
/* SwiftUI */
Color(red: 0.192, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#313021")Accessibility — WCAG contrast
Aa
#313021 on white: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#313021 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green18.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow32.7%
Key (black)80.8%
Color previews
#313021 text on a black background
contrast 1.58:1
Card sample
#313021 text on a white background
contrast 13.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #313021;
Background color
Panel with #313021 background
background-color: #313021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #313021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #313021; background: linear-gradient(135deg, #313021, #273121);