#466b21
a dark, vivid green · cool · closest name: olivedrab
RGB
70, 107, 33
HSL
90°, 53%, 28%
CMYK
35, 0, 69, 58
Luminance
0.1193
Every format
| HEX | #466b21 |
| RGB | rgb(70, 107, 33) |
| HSL | hsl(90, 53%, 28%) |
| CMYK | cmyk(35%, 0%, 69%, 58%) |
| LAB | lab(41.1 -26.5 36.0) |
| LCH | lch(41.1 44.7 126.3) |
| OKLCH | oklch(0.483 0.111 132.1) |
Copy-ready code
/* CSS */
color: #466b21;
background-color: #466b21;
/* Tailwind (arbitrary) */
class="text-[#466b21] bg-[#466b21]"
/* SCSS */
$brand: #466b21;
/* SwiftUI */
Color(red: 0.275, green: 0.420, blue: 0.129)
/* Android */
Color.parseColor("#466b21")Accessibility — WCAG contrast
Aa
#466b21 on white: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#466b21 on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green42.0%
Blue12.9%
CMYK percentages
Cyan34.6%
Magenta0.0%
Yellow69.2%
Key (black)58.0%
Color previews
#466b21 text on a black background
contrast 3.39:1
Card sample
#466b21 text on a white background
contrast 6.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #466b21;
Background color
Panel with #466b21 background
background-color: #466b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #466b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 107, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 107, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #466b21; background: linear-gradient(135deg, #466b21, #216B2D);