#466521
a dark, vivid green · cool · closest name: olivedrab
RGB
70, 101, 33
HSL
87°, 51%, 26%
CMYK
31, 0, 67, 60
Luminance
0.1072
Every format
| HEX | #466521 |
| RGB | rgb(70, 101, 33) |
| HSL | hsl(87, 51%, 26%) |
| CMYK | cmyk(31%, 0%, 67%, 60%) |
| LAB | lab(39.1 -23.5 33.8) |
| LCH | lch(39.1 41.2 124.8) |
| OKLCH | oklch(0.467 0.102 130.4) |
Copy-ready code
/* CSS */
color: #466521;
background-color: #466521;
/* Tailwind (arbitrary) */
class="text-[#466521] bg-[#466521]"
/* SCSS */
$brand: #466521;
/* SwiftUI */
Color(red: 0.275, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#466521")Accessibility — WCAG contrast
Aa
#466521 on white: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#466521 on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green39.6%
Blue12.9%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow67.3%
Key (black)60.4%
Color previews
#466521 text on a black background
contrast 3.14:1
Card sample
#466521 text on a white background
contrast 6.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #466521;
Background color
Panel with #466521 background
background-color: #466521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #466521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #466521; background: linear-gradient(135deg, #466521, #216529);