#148921
a dark, vivid green · cool · “forestgreen”
RGB
20, 137, 33
HSL
127°, 75%, 31%
CMYK
85, 0, 76, 46
Luminance
0.1815
Every format
| HEX | #148921 |
| RGB | rgb(20, 137, 33) |
| HSL | hsl(127, 75%, 31%) |
| CMYK | cmyk(85%, 0%, 76%, 46%) |
| LAB | lab(49.7 -51.0 44.4) |
| LCH | lch(49.7 67.6 139.0) |
| OKLCH | oklch(0.549 0.171 143.9) |
Copy-ready code
/* CSS */
color: #148921;
background-color: #148921;
/* Tailwind (arbitrary) */
class="text-[#148921] bg-[#148921]"
/* SCSS */
$brand: #148921;
/* SwiftUI */
Color(red: 0.078, green: 0.537, blue: 0.129)
/* Android */
Color.parseColor("#148921")Accessibility — WCAG contrast
Aa
#148921 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#148921 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green53.7%
Blue12.9%
CMYK percentages
Cyan85.4%
Magenta0.0%
Yellow75.9%
Key (black)46.3%
Color previews
#148921 text on a black background
contrast 4.63:1
Card sample
#148921 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #148921;
Background color
Panel with #148921 background
background-color: #148921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #148921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 137, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 137, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #148921; background: linear-gradient(135deg, #148921, #14896F);