#188347
a dark, vivid green · cool · closest name: seagreen
RGB
24, 131, 71
HSL
146°, 69%, 30%
CMYK
82, 0, 46, 49
Luminance
0.1688
Every format
| HEX | #188347 |
| RGB | rgb(24, 131, 71) |
| HSL | hsl(146, 69%, 30%) |
| CMYK | cmyk(82%, 0%, 46%, 49%) |
| LAB | lab(48.1 -43.2 24.4) |
| LCH | lch(48.1 49.6 150.6) |
| OKLCH | oklch(0.538 0.131 152.7) |
Copy-ready code
/* CSS */
color: #188347;
background-color: #188347;
/* Tailwind (arbitrary) */
class="text-[#188347] bg-[#188347]"
/* SCSS */
$brand: #188347;
/* SwiftUI */
Color(red: 0.094, green: 0.514, blue: 0.278)
/* Android */
Color.parseColor("#188347")Accessibility — WCAG contrast
Aa
#188347 on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#188347 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green51.4%
Blue27.8%
CMYK percentages
Cyan81.7%
Magenta0.0%
Yellow45.8%
Key (black)48.6%
Color previews
#188347 text on a black background
contrast 4.38:1
Card sample
#188347 text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #188347;
Background color
Panel with #188347 background
background-color: #188347;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #188347;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 131, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 131, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #188347; background: linear-gradient(135deg, #188347, #187883);