#445006
a deep, electric yellow · cool · closest name: olive
RGB
68, 80, 6
HSL
70°, 86%, 17%
CMYK
15, 0, 93, 69
Luminance
0.0698
Every format
| HEX | #445006 |
| RGB | rgb(68, 80, 6) |
| HSL | hsl(70, 86%, 17%) |
| CMYK | cmyk(15%, 0%, 93%, 69%) |
| LAB | lab(31.8 -15.0 37.3) |
| LCH | lch(31.8 40.2 111.9) |
| OKLCH | oklch(0.407 0.092 119.4) |
Copy-ready code
/* CSS */
color: #445006;
background-color: #445006;
/* Tailwind (arbitrary) */
class="text-[#445006] bg-[#445006]"
/* SCSS */
$brand: #445006;
/* SwiftUI */
Color(red: 0.267, green: 0.314, blue: 0.024)
/* Android */
Color.parseColor("#445006")Accessibility — WCAG contrast
Aa
#445006 on white: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#445006 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green31.4%
Blue2.4%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow92.5%
Key (black)68.6%
Color previews
#445006 text on a black background
contrast 2.40:1
Card sample
#445006 text on a white background
contrast 8.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445006;
Background color
Panel with #445006 background
background-color: #445006;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445006;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 80, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 80, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445006; background: linear-gradient(135deg, #445006, #135006);