#438b13
a dark, electric green · cool · closest name: forestgreen
RGB
67, 139, 19
HSL
96°, 76%, 31%
CMYK
52, 0, 86, 46
Luminance
0.1971
Every format
| HEX | #438b13 |
| RGB | rgb(67, 139, 19) |
| HSL | hsl(96, 76%, 31%) |
| CMYK | cmyk(52%, 0%, 86%, 46%) |
| LAB | lab(51.5 -42.5 51.0) |
| LCH | lch(51.5 66.4 129.8) |
| OKLCH | oklch(0.568 0.163 136.6) |
Copy-ready code
/* CSS */
color: #438b13;
background-color: #438b13;
/* Tailwind (arbitrary) */
class="text-[#438b13] bg-[#438b13]"
/* SCSS */
$brand: #438b13;
/* SwiftUI */
Color(red: 0.263, green: 0.545, blue: 0.075)
/* Android */
Color.parseColor("#438b13")Accessibility — WCAG contrast
Aa
#438b13 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#438b13 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green54.5%
Blue7.5%
CMYK percentages
Cyan51.8%
Magenta0.0%
Yellow86.3%
Key (black)45.5%
Color previews
#438b13 text on a black background
contrast 4.94:1
Card sample
#438b13 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #438b13;
Background color
Panel with #438b13 background
background-color: #438b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #438b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 139, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 139, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #438b13; background: linear-gradient(135deg, #438b13, #138B33);