#458019
a dark, vivid green · cool · closest name: olivedrab
RGB
69, 128, 25
HSL
94°, 67%, 30%
CMYK
46, 0, 81, 50
Luminance
0.1677
Every format
| HEX | #458019 |
| RGB | rgb(69, 128, 25) |
| HSL | hsl(94, 67%, 30%) |
| CMYK | cmyk(46%, 0%, 81%, 50%) |
| LAB | lab(48.0 -37.0 46.0) |
| LCH | lch(48.0 59.1 128.8) |
| OKLCH | oklch(0.539 0.145 135.3) |
Copy-ready code
/* CSS */
color: #458019;
background-color: #458019;
/* Tailwind (arbitrary) */
class="text-[#458019] bg-[#458019]"
/* SCSS */
$brand: #458019;
/* SwiftUI */
Color(red: 0.271, green: 0.502, blue: 0.098)
/* Android */
Color.parseColor("#458019")Accessibility — WCAG contrast
Aa
#458019 on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#458019 on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green50.2%
Blue9.8%
CMYK percentages
Cyan46.1%
Magenta0.0%
Yellow80.5%
Key (black)49.8%
Color previews
#458019 text on a black background
contrast 4.35:1
Card sample
#458019 text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #458019;
Background color
Panel with #458019 background
background-color: #458019;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #458019;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 128, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 128, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #458019; background: linear-gradient(135deg, #458019, #198032);