#148529
a dark, vivid green · cool · closest name: forestgreen
RGB
20, 133, 41
HSL
131°, 74%, 30%
CMYK
85, 0, 69, 48
Luminance
0.1708
Every format
| HEX | #148529 |
| RGB | rgb(20, 133, 41) |
| HSL | hsl(131, 74%, 30%) |
| CMYK | cmyk(85%, 0%, 69%, 48%) |
| LAB | lab(48.4 -48.9 39.8) |
| LCH | lch(48.4 63.0 140.9) |
| OKLCH | oklch(0.539 0.161 145.2) |
Copy-ready code
/* CSS */
color: #148529;
background-color: #148529;
/* Tailwind (arbitrary) */
class="text-[#148529] bg-[#148529]"
/* SCSS */
$brand: #148529;
/* SwiftUI */
Color(red: 0.078, green: 0.522, blue: 0.161)
/* Android */
Color.parseColor("#148529")Accessibility — WCAG contrast
Aa
#148529 on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#148529 on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green52.2%
Blue16.1%
CMYK percentages
Cyan85.0%
Magenta0.0%
Yellow69.2%
Key (black)47.8%
Color previews
#148529 text on a black background
contrast 4.42:1
Card sample
#148529 text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #148529;
Background color
Panel with #148529 background
background-color: #148529;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #148529;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 133, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 133, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #148529; background: linear-gradient(135deg, #148529, #148574);