#458114
a dark, vivid green · cool · closest name: olivedrab
RGB
69, 129, 20
HSL
93°, 73%, 29%
CMYK
47, 0, 85, 49
Luminance
0.1702
Every format
| HEX | #458114 |
| RGB | rgb(69, 129, 20) |
| HSL | hsl(93, 73%, 29%) |
| CMYK | cmyk(47%, 0%, 85%, 49%) |
| LAB | lab(48.3 -37.7 47.9) |
| LCH | lch(48.3 60.9 128.2) |
| OKLCH | oklch(0.542 0.149 135.1) |
Copy-ready code
/* CSS */
color: #458114;
background-color: #458114;
/* Tailwind (arbitrary) */
class="text-[#458114] bg-[#458114]"
/* SCSS */
$brand: #458114;
/* SwiftUI */
Color(red: 0.271, green: 0.506, blue: 0.078)
/* Android */
Color.parseColor("#458114")Accessibility — WCAG contrast
Aa
#458114 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#458114 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green50.6%
Blue7.8%
CMYK percentages
Cyan46.5%
Magenta0.0%
Yellow84.5%
Key (black)49.4%
Color previews
#458114 text on a black background
contrast 4.40:1
Card sample
#458114 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #458114;
Background color
Panel with #458114 background
background-color: #458114;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #458114;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 129, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 129, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #458114; background: linear-gradient(135deg, #458114, #14812C);