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