#456421
a dark, vivid green · cool · closest name: olivedrab
RGB
69, 100, 33
HSL
88°, 50%, 26%
CMYK
31, 0, 67, 61
Luminance
0.1049
Every format
| HEX | #456421 |
| RGB | rgb(69, 100, 33) |
| HSL | hsl(88, 50%, 26%) |
| CMYK | cmyk(31%, 0%, 67%, 61%) |
| LAB | lab(38.7 -23.4 33.4) |
| LCH | lch(38.7 40.8 125.0) |
| OKLCH | oklch(0.464 0.101 130.6) |
Copy-ready code
/* CSS */
color: #456421;
background-color: #456421;
/* Tailwind (arbitrary) */
class="text-[#456421] bg-[#456421]"
/* SCSS */
$brand: #456421;
/* SwiftUI */
Color(red: 0.271, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#456421")Accessibility — WCAG contrast
Aa
#456421 on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#456421 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green39.2%
Blue12.9%
CMYK percentages
Cyan31.0%
Magenta0.0%
Yellow67.0%
Key (black)60.8%
Color previews
#456421 text on a black background
contrast 3.10:1
Card sample
#456421 text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #456421;
Background color
Panel with #456421 background
background-color: #456421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #456421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #456421; background: linear-gradient(135deg, #456421, #21642A);