#333f13
a deep, vivid green · cool · closest name: darkslategray
RGB
51, 63, 19
HSL
76°, 54%, 16%
CMYK
19, 0, 70, 75
Luminance
0.0431
Every format
| HEX | #333f13 |
| RGB | rgb(51, 63, 19) |
| HSL | hsl(76, 54%, 16%) |
| CMYK | cmyk(19%, 0%, 70%, 75%) |
| LAB | lab(24.7 -12.8 24.7) |
| LCH | lch(24.7 27.8 117.4) |
| OKLCH | oklch(0.346 0.068 122.9) |
Copy-ready code
/* CSS */
color: #333f13;
background-color: #333f13;
/* Tailwind (arbitrary) */
class="text-[#333f13] bg-[#333f13]"
/* SCSS */
$brand: #333f13;
/* SwiftUI */
Color(red: 0.200, green: 0.247, blue: 0.075)
/* Android */
Color.parseColor("#333f13")Accessibility — WCAG contrast
Aa
#333f13 on white: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#333f13 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green24.7%
Blue7.5%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow69.8%
Key (black)75.3%
Color previews
#333f13 text on a black background
contrast 1.86:1
Card sample
#333f13 text on a white background
contrast 11.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #333f13;
Background color
Panel with #333f13 background
background-color: #333f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #333f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 63, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 63, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #333f13; background: linear-gradient(135deg, #333f13, #163F13);