#448113
a dark, vivid green · cool · closest name: olivedrab
RGB
68, 129, 19
HSL
93°, 74%, 29%
CMYK
47, 0, 85, 49
Luminance
0.1698
Every format
| HEX | #448113 |
| RGB | rgb(68, 129, 19) |
| HSL | hsl(93, 74%, 29%) |
| CMYK | cmyk(47%, 0%, 85%, 49%) |
| LAB | lab(48.2 -38.1 48.1) |
| LCH | lch(48.2 61.3 128.4) |
| OKLCH | oklch(0.541 0.150 135.3) |
Copy-ready code
/* CSS */
color: #448113;
background-color: #448113;
/* Tailwind (arbitrary) */
class="text-[#448113] bg-[#448113]"
/* SCSS */
$brand: #448113;
/* SwiftUI */
Color(red: 0.267, green: 0.506, blue: 0.075)
/* Android */
Color.parseColor("#448113")Accessibility — WCAG contrast
Aa
#448113 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#448113 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green50.6%
Blue7.5%
CMYK percentages
Cyan47.3%
Magenta0.0%
Yellow85.3%
Key (black)49.4%
Color previews
#448113 text on a black background
contrast 4.40:1
Card sample
#448113 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #448113;
Background color
Panel with #448113 background
background-color: #448113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #448113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 129, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 129, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #448113; background: linear-gradient(135deg, #448113, #13812B);