#448800
a dark, electric green · cool · closest name: green
RGB
68, 136, 0
HSL
90°, 100%, 27%
CMYK
50, 0, 100, 47
Luminance
0.1884
Every format
| HEX | #448800 |
| RGB | rgb(68, 136, 0) |
| HSL | hsl(90, 100%, 27%) |
| CMYK | cmyk(50%, 0%, 100%, 47%) |
| LAB | lab(50.5 -41.6 53.9) |
| LCH | lch(50.5 68.1 127.6) |
| OKLCH | oklch(0.559 0.164 135.3) |
Copy-ready code
/* CSS */
color: #448800;
background-color: #448800;
/* Tailwind (arbitrary) */
class="text-[#448800] bg-[#448800]"
/* SCSS */
$brand: #448800;
/* SwiftUI */
Color(red: 0.267, green: 0.533, blue: 0.000)
/* Android */
Color.parseColor("#448800")Accessibility — WCAG contrast
Aa
#448800 on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#448800 on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green53.3%
Blue0.0%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow100.0%
Key (black)46.7%
Color previews
#448800 text on a black background
contrast 4.77:1
Card sample
#448800 text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #448800;
Background color
Panel with #448800 background
background-color: #448800;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #448800;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 136, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 136, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #448800; background: linear-gradient(135deg, #448800, #008817);