#185621
a deep, vivid green · cool · closest name: seagreen
RGB
24, 86, 33
HSL
129°, 56%, 22%
CMYK
72, 0, 62, 66
Luminance
0.0696
Every format
| HEX | #185621 |
| RGB | rgb(24, 86, 33) |
| HSL | hsl(129, 56%, 22%) |
| CMYK | cmyk(72%, 0%, 62%, 66%) |
| LAB | lab(31.7 -32.0 24.9) |
| LCH | lch(31.7 40.6 142.2) |
| OKLCH | oklch(0.401 0.105 145.7) |
Copy-ready code
/* CSS */
color: #185621;
background-color: #185621;
/* Tailwind (arbitrary) */
class="text-[#185621] bg-[#185621]"
/* SCSS */
$brand: #185621;
/* SwiftUI */
Color(red: 0.094, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#185621")Accessibility — WCAG contrast
Aa
#185621 on white: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#185621 on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green33.7%
Blue12.9%
CMYK percentages
Cyan72.1%
Magenta0.0%
Yellow61.6%
Key (black)66.3%
Color previews
#185621 text on a black background
contrast 2.39:1
Card sample
#185621 text on a white background
contrast 8.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #185621;
Background color
Panel with #185621 background
background-color: #185621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #185621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #185621; background: linear-gradient(135deg, #185621, #18564A);