#449f0e
a dark, electric green · cool · closest name: green
RGB
68, 159, 14
HSL
98°, 84%, 34%
CMYK
57, 0, 91, 38
Luminance
0.2606
Every format
| HEX | #449f0e |
| RGB | rgb(68, 159, 14) |
| HSL | hsl(98, 84%, 34%) |
| CMYK | cmyk(57%, 0%, 91%, 38%) |
| LAB | lab(58.1 -50.0 57.8) |
| LCH | lch(58.1 76.4 130.9) |
| OKLCH | oklch(0.622 0.187 137.8) |
Copy-ready code
/* CSS */
color: #449f0e;
background-color: #449f0e;
/* Tailwind (arbitrary) */
class="text-[#449f0e] bg-[#449f0e]"
/* SCSS */
$brand: #449f0e;
/* SwiftUI */
Color(red: 0.267, green: 0.624, blue: 0.055)
/* Android */
Color.parseColor("#449f0e")Accessibility — WCAG contrast
Aa
#449f0e on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#449f0e on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green62.4%
Blue5.5%
CMYK percentages
Cyan57.2%
Magenta0.0%
Yellow91.2%
Key (black)37.6%
Color previews
#449f0e text on a black background
contrast 6.21:1
Card sample
#449f0e text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449f0e;
Background color
Panel with #449f0e background
background-color: #449f0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449f0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 159, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 159, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449f0e; background: linear-gradient(135deg, #449f0e, #0E9F39);