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