#448107
a dark, electric green · cool · closest name: olivedrab
RGB
68, 129, 7
HSL
90°, 90%, 27%
CMYK
47, 0, 95, 49
Luminance
0.1694
Every format
| HEX | #448107 |
| RGB | rgb(68, 129, 7) |
| HSL | hsl(90, 90%, 27%) |
| CMYK | cmyk(47%, 0%, 95%, 49%) |
| LAB | lab(48.2 -38.5 50.7) |
| LCH | lch(48.2 63.7 127.2) |
| OKLCH | oklch(0.541 0.154 134.7) |
Copy-ready code
/* CSS */
color: #448107;
background-color: #448107;
/* Tailwind (arbitrary) */
class="text-[#448107] bg-[#448107]"
/* SCSS */
$brand: #448107;
/* SwiftUI */
Color(red: 0.267, green: 0.506, blue: 0.027)
/* Android */
Color.parseColor("#448107")Accessibility — WCAG contrast
Aa
#448107 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#448107 on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green50.6%
Blue2.7%
CMYK percentages
Cyan47.3%
Magenta0.0%
Yellow94.6%
Key (black)49.4%
Color previews
#448107 text on a black background
contrast 4.39:1
Card sample
#448107 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #448107;
Background color
Panel with #448107 background
background-color: #448107;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #448107;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 129, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 129, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #448107; background: linear-gradient(135deg, #448107, #07811B);