#313809
a deep, vivid yellow · cool · closest name: darkslategray
RGB
49, 56, 9
HSL
69°, 72%, 13%
CMYK
13, 0, 84, 78
Luminance
0.0350
Every format
| HEX | #313809 |
| RGB | rgb(49, 56, 9) |
| HSL | hsl(69, 72%, 13%) |
| CMYK | cmyk(13%, 0%, 84%, 78%) |
| LAB | lab(21.9 -10.4 26.5) |
| LCH | lch(21.9 28.5 111.5) |
| OKLCH | oklch(0.324 0.067 117.8) |
Copy-ready code
/* CSS */
color: #313809;
background-color: #313809;
/* Tailwind (arbitrary) */
class="text-[#313809] bg-[#313809]"
/* SCSS */
$brand: #313809;
/* SwiftUI */
Color(red: 0.192, green: 0.220, blue: 0.035)
/* Android */
Color.parseColor("#313809")Accessibility — WCAG contrast
Aa
#313809 on white: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#313809 on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green22.0%
Blue3.5%
CMYK percentages
Cyan12.5%
Magenta0.0%
Yellow83.9%
Key (black)78.0%
Color previews
#313809 text on a black background
contrast 1.70:1
Card sample
#313809 text on a white background
contrast 12.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #313809;
Background color
Panel with #313809 background
background-color: #313809;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #313809;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 56, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 56, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #313809; background: linear-gradient(135deg, #313809, #123809);