#333621
a deep, soft yellow · cool · closest name: darkslategray
RGB
51, 54, 33
HSL
69°, 24%, 17%
CMYK
6, 0, 39, 79
Luminance
0.0345
Every format
| HEX | #333621 |
| RGB | rgb(51, 54, 33) |
| HSL | hsl(69, 24%, 17%) |
| CMYK | cmyk(6%, 0%, 39%, 79%) |
| LAB | lab(21.8 -5.5 12.8) |
| LCH | lch(21.8 13.9 113.3) |
| OKLCH | oklch(0.324 0.035 115.0) |
Copy-ready code
/* CSS */
color: #333621;
background-color: #333621;
/* Tailwind (arbitrary) */
class="text-[#333621] bg-[#333621]"
/* SCSS */
$brand: #333621;
/* SwiftUI */
Color(red: 0.200, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#333621")Accessibility — WCAG contrast
Aa
#333621 on white: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#333621 on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green21.2%
Blue12.9%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow38.9%
Key (black)78.8%
Color previews
#333621 text on a black background
contrast 1.69:1
Card sample
#333621 text on a white background
contrast 12.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #333621;
Background color
Panel with #333621 background
background-color: #333621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #333621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #333621; background: linear-gradient(135deg, #333621, #253621);