#187035
a dark, vivid green · cool · closest name: seagreen
RGB
24, 112, 53
HSL
140°, 65%, 27%
CMYK
79, 0, 53, 56
Luminance
0.1204
Every format
| HEX | #187035 |
| RGB | rgb(24, 112, 53) |
| HSL | hsl(140, 65%, 27%) |
| CMYK | cmyk(79%, 0%, 53%, 56%) |
| LAB | lab(41.3 -39.2 25.6) |
| LCH | lch(41.3 46.8 146.9) |
| OKLCH | oklch(0.481 0.122 149.5) |
Copy-ready code
/* CSS */
color: #187035;
background-color: #187035;
/* Tailwind (arbitrary) */
class="text-[#187035] bg-[#187035]"
/* SCSS */
$brand: #187035;
/* SwiftUI */
Color(red: 0.094, green: 0.439, blue: 0.208)
/* Android */
Color.parseColor("#187035")Accessibility — WCAG contrast
Aa
#187035 on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#187035 on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green43.9%
Blue20.8%
CMYK percentages
Cyan78.6%
Magenta0.0%
Yellow52.7%
Key (black)56.1%
Color previews
#187035 text on a black background
contrast 3.41:1
Card sample
#187035 text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #187035;
Background color
Panel with #187035 background
background-color: #187035;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #187035;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 112, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 112, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #187035; background: linear-gradient(135deg, #187035, #187070);