#148539
a dark, vivid green · cool · closest name: forestgreen
RGB
20, 133, 57
HSL
140°, 74%, 30%
CMYK
85, 0, 57, 48
Luminance
0.1722
Every format
| HEX | #148539 |
| RGB | rgb(20, 133, 57) |
| HSL | hsl(140, 74%, 30%) |
| CMYK | cmyk(85%, 0%, 57%, 48%) |
| LAB | lab(48.5 -46.8 32.3) |
| LCH | lch(48.5 56.9 145.4) |
| OKLCH | oklch(0.541 0.147 148.4) |
Copy-ready code
/* CSS */
color: #148539;
background-color: #148539;
/* Tailwind (arbitrary) */
class="text-[#148539] bg-[#148539]"
/* SCSS */
$brand: #148539;
/* SwiftUI */
Color(red: 0.078, green: 0.522, blue: 0.224)
/* Android */
Color.parseColor("#148539")Accessibility — WCAG contrast
Aa
#148539 on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#148539 on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green52.2%
Blue22.4%
CMYK percentages
Cyan85.0%
Magenta0.0%
Yellow57.1%
Key (black)47.8%
Color previews
#148539 text on a black background
contrast 4.44:1
Card sample
#148539 text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #148539;
Background color
Panel with #148539 background
background-color: #148539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #148539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 133, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 133, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #148539; background: linear-gradient(135deg, #148539, #148584);