#185321
a deep, vivid green · cool · closest name: seagreen
RGB
24, 83, 33
HSL
129°, 55%, 21%
CMYK
71, 0, 60, 68
Luminance
0.0649
Every format
| HEX | #185321 |
| RGB | rgb(24, 83, 33) |
| HSL | hsl(129, 55%, 21%) |
| CMYK | cmyk(71%, 0%, 60%, 68%) |
| LAB | lab(30.6 -30.8 23.6) |
| LCH | lch(30.6 38.8 142.6) |
| OKLCH | oklch(0.392 0.101 145.9) |
Copy-ready code
/* CSS */
color: #185321;
background-color: #185321;
/* Tailwind (arbitrary) */
class="text-[#185321] bg-[#185321]"
/* SCSS */
$brand: #185321;
/* SwiftUI */
Color(red: 0.094, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#185321")Accessibility — WCAG contrast
Aa
#185321 on white: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#185321 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green32.5%
Blue12.9%
CMYK percentages
Cyan71.1%
Magenta0.0%
Yellow60.2%
Key (black)67.5%
Color previews
#185321 text on a black background
contrast 2.30:1
Card sample
#185321 text on a white background
contrast 9.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #185321;
Background color
Panel with #185321 background
background-color: #185321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #185321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #185321; background: linear-gradient(135deg, #185321, #185348);