#188f30
a dark, vivid green · cool · closest name: forestgreen
RGB
24, 143, 48
HSL
132°, 71%, 33%
CMYK
83, 0, 66, 44
Luminance
0.2005
Every format
| HEX | #188f30 |
| RGB | rgb(24, 143, 48) |
| HSL | hsl(132, 71%, 33%) |
| CMYK | cmyk(83%, 0%, 66%, 44%) |
| LAB | lab(51.9 -51.0 40.5) |
| LCH | lch(51.9 65.1 141.5) |
| OKLCH | oklch(0.569 0.167 145.6) |
Copy-ready code
/* CSS */
color: #188f30;
background-color: #188f30;
/* Tailwind (arbitrary) */
class="text-[#188f30] bg-[#188f30]"
/* SCSS */
$brand: #188f30;
/* SwiftUI */
Color(red: 0.094, green: 0.561, blue: 0.188)
/* Android */
Color.parseColor("#188f30")Accessibility — WCAG contrast
Aa
#188f30 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#188f30 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green56.1%
Blue18.8%
CMYK percentages
Cyan83.2%
Magenta0.0%
Yellow66.4%
Key (black)43.9%
Color previews
#188f30 text on a black background
contrast 5.01:1
Card sample
#188f30 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #188f30;
Background color
Panel with #188f30 background
background-color: #188f30;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #188f30;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 143, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 143, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #188f30; background: linear-gradient(135deg, #188f30, #188F7F);