#465310
a deep, vivid green · cool · closest name: olive
RGB
70, 83, 16
HSL
72°, 68%, 19%
CMYK
16, 0, 81, 68
Luminance
0.0753
Every format
| HEX | #465310 |
| RGB | rgb(70, 83, 16) |
| HSL | hsl(72, 68%, 19%) |
| CMYK | cmyk(16%, 0%, 81%, 68%) |
| LAB | lab(33.0 -15.3 35.0) |
| LCH | lch(33.0 38.2 113.5) |
| OKLCH | oklch(0.417 0.090 120.2) |
Copy-ready code
/* CSS */
color: #465310;
background-color: #465310;
/* Tailwind (arbitrary) */
class="text-[#465310] bg-[#465310]"
/* SCSS */
$brand: #465310;
/* SwiftUI */
Color(red: 0.275, green: 0.325, blue: 0.063)
/* Android */
Color.parseColor("#465310")Accessibility — WCAG contrast
Aa
#465310 on white: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#465310 on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green32.5%
Blue6.3%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow80.7%
Key (black)67.5%
Color previews
#465310 text on a black background
contrast 2.51:1
Card sample
#465310 text on a white background
contrast 8.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #465310;
Background color
Panel with #465310 background
background-color: #465310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #465310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 83, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 83, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #465310; background: linear-gradient(135deg, #465310, #195310);