#313607
a deep, electric yellow · cool · closest name: darkslategray
RGB
49, 54, 7
HSL
66°, 77%, 12%
CMYK
9, 0, 87, 79
Luminance
0.0331
Every format
| HEX | #313607 |
| RGB | rgb(49, 54, 7) |
| HSL | hsl(66, 77%, 12%) |
| CMYK | cmyk(9%, 0%, 87%, 79%) |
| LAB | lab(21.2 -9.4 26.6) |
| LCH | lch(21.2 28.2 109.4) |
| OKLCH | oklch(0.318 0.066 115.6) |
Copy-ready code
/* CSS */
color: #313607;
background-color: #313607;
/* Tailwind (arbitrary) */
class="text-[#313607] bg-[#313607]"
/* SCSS */
$brand: #313607;
/* SwiftUI */
Color(red: 0.192, green: 0.212, blue: 0.027)
/* Android */
Color.parseColor("#313607")Accessibility — WCAG contrast
Aa
#313607 on white: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#313607 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green21.2%
Blue2.7%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow87.0%
Key (black)78.8%
Color previews
#313607 text on a black background
contrast 1.66:1
Card sample
#313607 text on a white background
contrast 12.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #313607;
Background color
Panel with #313607 background
background-color: #313607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #313607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 54, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 54, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #313607; background: linear-gradient(135deg, #313607, #123607);