#333300
a deep, electric yellow · cool · closest name: darkslategray
RGB
51, 51, 0
HSL
60°, 100%, 10%
CMYK
0, 0, 100, 80
Luminance
0.0307
Every format
| HEX | #333300 |
| RGB | rgb(51, 51, 0) |
| HSL | hsl(60, 100%, 10%) |
| CMYK | cmyk(0%, 0%, 100%, 80%) |
| LAB | lab(20.3 -6.9 28.5) |
| LCH | lch(20.3 29.3 103.7) |
| OKLCH | oklch(0.311 0.068 109.8) |
Copy-ready code
/* CSS */
color: #333300;
background-color: #333300;
/* Tailwind (arbitrary) */
class="text-[#333300] bg-[#333300]"
/* SCSS */
$brand: #333300;
/* SwiftUI */
Color(red: 0.200, green: 0.200, blue: 0.000)
/* Android */
Color.parseColor("#333300")Accessibility — WCAG contrast
Aa
#333300 on white: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#333300 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green20.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow100.0%
Key (black)80.0%
Color previews
#333300 text on a black background
contrast 1.61:1
Card sample
#333300 text on a white background
contrast 13.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #333300;
Background color
Panel with #333300 background
background-color: #333300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #333300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 51, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 51, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #333300; background: linear-gradient(135deg, #333300, #113300);