#1c984f
a dark, vivid green · cool · closest name: seagreen
RGB
28, 152, 79
HSL
145°, 69%, 35%
CMYK
82, 0, 48, 40
Luminance
0.2327
Every format
| HEX | #1c984f |
| RGB | rgb(28, 152, 79) |
| HSL | hsl(145, 69%, 35%) |
| CMYK | cmyk(82%, 0%, 48%, 40%) |
| LAB | lab(55.4 -49.1 29.3) |
| LCH | lch(55.4 57.2 149.2) |
| OKLCH | oklch(0.599 0.150 151.5) |
Copy-ready code
/* CSS */
color: #1c984f;
background-color: #1c984f;
/* Tailwind (arbitrary) */
class="text-[#1c984f] bg-[#1c984f]"
/* SCSS */
$brand: #1c984f;
/* SwiftUI */
Color(red: 0.110, green: 0.596, blue: 0.310)
/* Android */
Color.parseColor("#1c984f")Accessibility — WCAG contrast
Aa
#1c984f on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1c984f on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green59.6%
Blue31.0%
CMYK percentages
Cyan81.6%
Magenta0.0%
Yellow48.0%
Key (black)40.4%
Color previews
#1c984f text on a black background
contrast 5.65:1
Card sample
#1c984f text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c984f;
Background color
Panel with #1c984f background
background-color: #1c984f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c984f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 152, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 152, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c984f; background: linear-gradient(135deg, #1c984f, #1C8E98);