#456021
a dark, vivid green · cool · closest name: olivedrab
RGB
69, 96, 33
HSL
86°, 49%, 25%
CMYK
28, 0, 66, 62
Luminance
0.0974
Every format
| HEX | #456021 |
| RGB | rgb(69, 96, 33) |
| HSL | hsl(86, 49%, 25%) |
| CMYK | cmyk(28%, 0%, 66%, 62%) |
| LAB | lab(37.4 -21.4 31.9) |
| LCH | lch(37.4 38.4 123.8) |
| OKLCH | oklch(0.453 0.095 129.2) |
Copy-ready code
/* CSS */
color: #456021;
background-color: #456021;
/* Tailwind (arbitrary) */
class="text-[#456021] bg-[#456021]"
/* SCSS */
$brand: #456021;
/* SwiftUI */
Color(red: 0.271, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#456021")Accessibility — WCAG contrast
Aa
#456021 on white: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#456021 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green37.6%
Blue12.9%
CMYK percentages
Cyan28.1%
Magenta0.0%
Yellow65.6%
Key (black)62.4%
Color previews
#456021 text on a black background
contrast 2.95:1
Card sample
#456021 text on a white background
contrast 7.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #456021;
Background color
Panel with #456021 background
background-color: #456021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #456021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #456021; background: linear-gradient(135deg, #456021, #216027);