#313113
a deep, soft yellow · cool · closest name: darkslategray
RGB
49, 49, 19
HSL
60°, 44%, 13%
CMYK
0, 0, 61, 81
Luminance
0.0290
Every format
| HEX | #313113 |
| RGB | rgb(49, 49, 19) |
| HSL | hsl(60, 44%, 13%) |
| CMYK | cmyk(0%, 0%, 61%, 81%) |
| LAB | lab(19.6 -5.2 18.9) |
| LCH | lch(19.6 19.6 105.4) |
| OKLCH | oklch(0.305 0.047 108.9) |
Copy-ready code
/* CSS */
color: #313113;
background-color: #313113;
/* Tailwind (arbitrary) */
class="text-[#313113] bg-[#313113]"
/* SCSS */
$brand: #313113;
/* SwiftUI */
Color(red: 0.192, green: 0.192, blue: 0.075)
/* Android */
Color.parseColor("#313113")Accessibility — WCAG contrast
Aa
#313113 on white: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#313113 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green19.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow61.2%
Key (black)80.8%
Color previews
#313113 text on a black background
contrast 1.58:1
Card sample
#313113 text on a white background
contrast 13.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #313113;
Background color
Panel with #313113 background
background-color: #313113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #313113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 49, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 49, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #313113; background: linear-gradient(135deg, #313113, #1D3113);