#333805
a deep, electric yellow · cool · closest name: darkslategray
RGB
51, 56, 5
HSL
66°, 84%, 12%
CMYK
9, 0, 91, 78
Luminance
0.0354
Every format
| HEX | #333805 |
| RGB | rgb(51, 56, 5) |
| HSL | hsl(66, 84%, 12%) |
| CMYK | cmyk(9%, 0%, 91%, 78%) |
| LAB | lab(22.1 -9.7 28.4) |
| LCH | lch(22.1 30.0 108.8) |
| OKLCH | oklch(0.325 0.070 115.3) |
Copy-ready code
/* CSS */
color: #333805;
background-color: #333805;
/* Tailwind (arbitrary) */
class="text-[#333805] bg-[#333805]"
/* SCSS */
$brand: #333805;
/* SwiftUI */
Color(red: 0.200, green: 0.220, blue: 0.020)
/* Android */
Color.parseColor("#333805")Accessibility — WCAG contrast
Aa
#333805 on white: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#333805 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green22.0%
Blue2.0%
CMYK percentages
Cyan8.9%
Magenta0.0%
Yellow91.1%
Key (black)78.0%
Color previews
#333805 text on a black background
contrast 1.71:1
Card sample
#333805 text on a white background
contrast 12.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #333805;
Background color
Panel with #333805 background
background-color: #333805;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #333805;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 56, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 56, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #333805; background: linear-gradient(135deg, #333805, #113805);