#322f13
a deep, soft yellow · cool · closest name: darkslategray
RGB
50, 47, 19
HSL
54°, 45%, 14%
CMYK
0, 6, 62, 80
Luminance
0.0276
Every format
| HEX | #322f13 |
| RGB | rgb(50, 47, 19) |
| HSL | hsl(54, 45%, 14%) |
| CMYK | cmyk(0%, 6%, 62%, 80%) |
| LAB | lab(19.1 -3.4 18.3) |
| LCH | lch(19.1 18.6 100.5) |
| OKLCH | oklch(0.301 0.044 103.2) |
Copy-ready code
/* CSS */
color: #322f13;
background-color: #322f13;
/* Tailwind (arbitrary) */
class="text-[#322f13] bg-[#322f13]"
/* SCSS */
$brand: #322f13;
/* SwiftUI */
Color(red: 0.196, green: 0.184, blue: 0.075)
/* Android */
Color.parseColor("#322f13")Accessibility — WCAG contrast
Aa
#322f13 on white: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#322f13 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green18.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow62.0%
Key (black)80.4%
Color previews
#322f13 text on a black background
contrast 1.55:1
Card sample
#322f13 text on a white background
contrast 13.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #322f13;
Background color
Panel with #322f13 background
background-color: #322f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #322f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 47, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 47, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #322f13; background: linear-gradient(135deg, #322f13, #203213);