#313613
a deep, vivid yellow · cool · closest name: darkslategray
RGB
49, 54, 19
HSL
69°, 48%, 14%
CMYK
9, 0, 65, 79
Luminance
0.0334
Every format
| HEX | #313613 |
| RGB | rgb(49, 54, 19) |
| HSL | hsl(69, 48%, 14%) |
| CMYK | cmyk(9%, 0%, 65%, 79%) |
| LAB | lab(21.4 -8.4 20.9) |
| LCH | lch(21.4 22.5 111.8) |
| OKLCH | oklch(0.319 0.054 116.4) |
Copy-ready code
/* CSS */
color: #313613;
background-color: #313613;
/* Tailwind (arbitrary) */
class="text-[#313613] bg-[#313613]"
/* SCSS */
$brand: #313613;
/* SwiftUI */
Color(red: 0.192, green: 0.212, blue: 0.075)
/* Android */
Color.parseColor("#313613")Accessibility — WCAG contrast
Aa
#313613 on white: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#313613 on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green21.2%
Blue7.5%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow64.8%
Key (black)78.8%
Color previews
#313613 text on a black background
contrast 1.67:1
Card sample
#313613 text on a white background
contrast 12.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #313613;
Background color
Panel with #313613 background
background-color: #313613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #313613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 54, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 54, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #313613; background: linear-gradient(135deg, #313613, #1A3613);