#465809
a deep, electric green · cool · closest name: olivedrab
RGB
70, 88, 9
HSL
74°, 81%, 19%
CMYK
21, 0, 90, 66
Luminance
0.0830
Every format
| HEX | #465809 |
| RGB | rgb(70, 88, 9) |
| HSL | hsl(74, 81%, 19%) |
| CMYK | cmyk(21%, 0%, 90%, 66%) |
| LAB | lab(34.6 -18.3 38.9) |
| LCH | lch(34.6 43.0 115.2) |
| OKLCH | oklch(0.430 0.100 122.7) |
Copy-ready code
/* CSS */
color: #465809;
background-color: #465809;
/* Tailwind (arbitrary) */
class="text-[#465809] bg-[#465809]"
/* SCSS */
$brand: #465809;
/* SwiftUI */
Color(red: 0.275, green: 0.345, blue: 0.035)
/* Android */
Color.parseColor("#465809")Accessibility — WCAG contrast
Aa
#465809 on white: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#465809 on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green34.5%
Blue3.5%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow89.8%
Key (black)65.5%
Color previews
#465809 text on a black background
contrast 2.66:1
Card sample
#465809 text on a white background
contrast 7.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #465809;
Background color
Panel with #465809 background
background-color: #465809;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #465809;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 88, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 88, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #465809; background: linear-gradient(135deg, #465809, #115809);