#333313
a deep, vivid yellow · cool · closest name: darkslategray
RGB
51, 51, 19
HSL
60°, 46%, 14%
CMYK
0, 0, 63, 80
Luminance
0.0312
Every format
| HEX | #333313 |
| RGB | rgb(51, 51, 19) |
| HSL | hsl(60, 46%, 14%) |
| CMYK | cmyk(0%, 0%, 63%, 80%) |
| LAB | lab(20.5 -5.5 20.0) |
| LCH | lch(20.5 20.7 105.2) |
| OKLCH | oklch(0.313 0.050 109.0) |
Copy-ready code
/* CSS */
color: #333313;
background-color: #333313;
/* Tailwind (arbitrary) */
class="text-[#333313] bg-[#333313]"
/* SCSS */
$brand: #333313;
/* SwiftUI */
Color(red: 0.200, green: 0.200, blue: 0.075)
/* Android */
Color.parseColor("#333313")Accessibility — WCAG contrast
Aa
#333313 on white: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#333313 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green20.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow62.7%
Key (black)80.0%
Color previews
#333313 text on a black background
contrast 1.62:1
Card sample
#333313 text on a white background
contrast 12.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #333313;
Background color
Panel with #333313 background
background-color: #333313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #333313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 51, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 51, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #333313; background: linear-gradient(135deg, #333313, #1E3313);