#466621
a dark, vivid green · cool · closest name: olivedrab
RGB
70, 102, 33
HSL
88°, 51%, 27%
CMYK
31, 0, 68, 60
Luminance
0.1091
Every format
| HEX | #466621 |
| RGB | rgb(70, 102, 33) |
| HSL | hsl(88, 51%, 27%) |
| CMYK | cmyk(31%, 0%, 68%, 60%) |
| LAB | lab(39.4 -24.0 34.2) |
| LCH | lch(39.4 41.8 125.1) |
| OKLCH | oklch(0.470 0.104 130.7) |
Copy-ready code
/* CSS */
color: #466621;
background-color: #466621;
/* Tailwind (arbitrary) */
class="text-[#466621] bg-[#466621]"
/* SCSS */
$brand: #466621;
/* SwiftUI */
Color(red: 0.275, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#466621")Accessibility — WCAG contrast
Aa
#466621 on white: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#466621 on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green40.0%
Blue12.9%
CMYK percentages
Cyan31.4%
Magenta0.0%
Yellow67.6%
Key (black)60.0%
Color previews
#466621 text on a black background
contrast 3.18:1
Card sample
#466621 text on a white background
contrast 6.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #466621;
Background color
Panel with #466621 background
background-color: #466621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #466621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #466621; background: linear-gradient(135deg, #466621, #21662A);