#148331
a dark, vivid green · cool · closest name: forestgreen
RGB
20, 131, 49
HSL
136°, 74%, 30%
CMYK
85, 0, 63, 49
Luminance
0.1660
Every format
| HEX | #148331 |
| RGB | rgb(20, 131, 49) |
| HSL | hsl(136, 74%, 30%) |
| CMYK | cmyk(85%, 0%, 63%, 49%) |
| LAB | lab(47.8 -47.3 35.4) |
| LCH | lch(47.8 59.0 143.2) |
| OKLCH | oklch(0.534 0.152 146.8) |
Copy-ready code
/* CSS */
color: #148331;
background-color: #148331;
/* Tailwind (arbitrary) */
class="text-[#148331] bg-[#148331]"
/* SCSS */
$brand: #148331;
/* SwiftUI */
Color(red: 0.078, green: 0.514, blue: 0.192)
/* Android */
Color.parseColor("#148331")Accessibility — WCAG contrast
Aa
#148331 on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#148331 on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green51.4%
Blue19.2%
CMYK percentages
Cyan84.7%
Magenta0.0%
Yellow62.6%
Key (black)48.6%
Color previews
#148331 text on a black background
contrast 4.32:1
Card sample
#148331 text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #148331;
Background color
Panel with #148331 background
background-color: #148331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #148331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 131, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 131, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #148331; background: linear-gradient(135deg, #148331, #14837B);