#33451b
a deep, soft green · cool · closest name: darkslategray
RGB
51, 69, 27
HSL
86°, 44%, 19%
CMYK
26, 0, 61, 73
Luminance
0.0504
Every format
| HEX | #33451b |
| RGB | rgb(51, 69, 27) |
| HSL | hsl(86, 44%, 19%) |
| CMYK | cmyk(26%, 0%, 61%, 73%) |
| LAB | lab(26.9 -15.4 22.8) |
| LCH | lch(26.9 27.5 124.0) |
| OKLCH | oklch(0.364 0.069 128.7) |
Copy-ready code
/* CSS */
color: #33451b;
background-color: #33451b;
/* Tailwind (arbitrary) */
class="text-[#33451b] bg-[#33451b]"
/* SCSS */
$brand: #33451b;
/* SwiftUI */
Color(red: 0.200, green: 0.271, blue: 0.106)
/* Android */
Color.parseColor("#33451b")Accessibility — WCAG contrast
Aa
#33451b on white: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#33451b on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green27.1%
Blue10.6%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow60.9%
Key (black)72.9%
Color previews
#33451b text on a black background
contrast 2.01:1
Card sample
#33451b text on a white background
contrast 10.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33451b;
Background color
Panel with #33451b background
background-color: #33451b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33451b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 69, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 69, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33451b; background: linear-gradient(135deg, #33451b, #1B451F);