#1e853b
a dark, vivid green · cool · closest name: seagreen
RGB
30, 133, 59
HSL
137°, 63%, 32%
CMYK
77, 0, 56, 48
Luminance
0.1737
Every format
| HEX | #1e853b |
| RGB | rgb(30, 133, 59) |
| HSL | hsl(137, 63%, 32%) |
| CMYK | cmyk(77%, 0%, 56%, 48%) |
| LAB | lab(48.7 -45.2 31.6) |
| LCH | lch(48.7 55.1 145.1) |
| OKLCH | oklch(0.543 0.143 148.1) |
Copy-ready code
/* CSS */
color: #1e853b;
background-color: #1e853b;
/* Tailwind (arbitrary) */
class="text-[#1e853b] bg-[#1e853b]"
/* SCSS */
$brand: #1e853b;
/* SwiftUI */
Color(red: 0.118, green: 0.522, blue: 0.231)
/* Android */
Color.parseColor("#1e853b")Accessibility — WCAG contrast
Aa
#1e853b on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1e853b on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green52.2%
Blue23.1%
CMYK percentages
Cyan77.4%
Magenta0.0%
Yellow55.6%
Key (black)47.8%
Color previews
#1e853b text on a black background
contrast 4.47:1
Card sample
#1e853b text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1e853b;
Background color
Panel with #1e853b background
background-color: #1e853b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1e853b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 133, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 133, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1e853b; background: linear-gradient(135deg, #1e853b, #1E8580);