#313321
a deep, soft yellow · cool · closest name: darkslategray
RGB
49, 51, 33
HSL
67°, 21%, 17%
CMYK
4, 0, 35, 80
Luminance
0.0313
Every format
| HEX | #313321 |
| RGB | rgb(49, 51, 33) |
| HSL | hsl(67, 21%, 17%) |
| CMYK | cmyk(4%, 0%, 35%, 80%) |
| LAB | lab(20.6 -4.5 11.2) |
| LCH | lch(20.6 12.1 112.2) |
| OKLCH | oklch(0.314 0.030 113.3) |
Copy-ready code
/* CSS */
color: #313321;
background-color: #313321;
/* Tailwind (arbitrary) */
class="text-[#313321] bg-[#313321]"
/* SCSS */
$brand: #313321;
/* SwiftUI */
Color(red: 0.192, green: 0.200, blue: 0.129)
/* Android */
Color.parseColor("#313321")Accessibility — WCAG contrast
Aa
#313321 on white: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#313321 on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green20.0%
Blue12.9%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow35.3%
Key (black)80.0%
Color previews
#313321 text on a black background
contrast 1.63:1
Card sample
#313321 text on a white background
contrast 12.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #313321;
Background color
Panel with #313321 background
background-color: #313321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #313321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 51, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 51, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #313321; background: linear-gradient(135deg, #313321, #253321);