#465821
a deep, vivid green · cool · closest name: seagreen
RGB
70, 88, 33
HSL
80°, 46%, 24%
CMYK
21, 0, 63, 66
Luminance
0.0839
Every format
| HEX | #465821 |
| RGB | rgb(70, 88, 33) |
| HSL | hsl(80, 46%, 24%) |
| CMYK | cmyk(21%, 0%, 63%, 66%) |
| LAB | lab(34.8 -16.7 29.1) |
| LCH | lch(34.8 33.5 119.8) |
| OKLCH | oklch(0.432 0.083 124.9) |
Copy-ready code
/* CSS */
color: #465821;
background-color: #465821;
/* Tailwind (arbitrary) */
class="text-[#465821] bg-[#465821]"
/* SCSS */
$brand: #465821;
/* SwiftUI */
Color(red: 0.275, green: 0.345, blue: 0.129)
/* Android */
Color.parseColor("#465821")Accessibility — WCAG contrast
Aa
#465821 on white: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#465821 on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green34.5%
Blue12.9%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow62.5%
Key (black)65.5%
Color previews
#465821 text on a black background
contrast 2.68:1
Card sample
#465821 text on a white background
contrast 7.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #465821;
Background color
Panel with #465821 background
background-color: #465821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #465821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 88, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 88, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #465821; background: linear-gradient(135deg, #465821, #215821);