#445511
a deep, vivid green · cool · closest name: olivedrab
RGB
68, 85, 17
HSL
75°, 67%, 20%
CMYK
20, 0, 80, 67
Luminance
0.0777
Every format
| HEX | #445511 |
| RGB | rgb(68, 85, 17) |
| HSL | hsl(75, 67%, 20%) |
| CMYK | cmyk(20%, 0%, 80%, 67%) |
| LAB | lab(33.5 -17.2 35.1) |
| LCH | lch(33.5 39.1 116.2) |
| OKLCH | oklch(0.421 0.093 122.9) |
Copy-ready code
/* CSS */
color: #445511;
background-color: #445511;
/* Tailwind (arbitrary) */
class="text-[#445511] bg-[#445511]"
/* SCSS */
$brand: #445511;
/* SwiftUI */
Color(red: 0.267, green: 0.333, blue: 0.067)
/* Android */
Color.parseColor("#445511")Accessibility — WCAG contrast
Aa
#445511 on white: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#445511 on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green33.3%
Blue6.7%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow80.0%
Key (black)66.7%
Color previews
#445511 text on a black background
contrast 2.55:1
Card sample
#445511 text on a white background
contrast 8.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445511;
Background color
Panel with #445511 background
background-color: #445511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 85, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 85, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445511; background: linear-gradient(135deg, #445511, #175511);