#185330
a deep, vivid green · cool · closest name: seagreen
RGB
24, 83, 48
HSL
144°, 55%, 21%
CMYK
71, 0, 42, 68
Luminance
0.0659
Every format
| HEX | #185330 |
| RGB | rgb(24, 83, 48) |
| HSL | hsl(144, 55%, 21%) |
| CMYK | cmyk(71%, 0%, 42%, 68%) |
| LAB | lab(30.9 -28.0 15.1) |
| LCH | lch(30.9 31.8 151.7) |
| OKLCH | oklch(0.394 0.085 153.6) |
Copy-ready code
/* CSS */
color: #185330;
background-color: #185330;
/* Tailwind (arbitrary) */
class="text-[#185330] bg-[#185330]"
/* SCSS */
$brand: #185330;
/* SwiftUI */
Color(red: 0.094, green: 0.325, blue: 0.188)
/* Android */
Color.parseColor("#185330")Accessibility — WCAG contrast
Aa
#185330 on white: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#185330 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green32.5%
Blue18.8%
CMYK percentages
Cyan71.1%
Magenta0.0%
Yellow42.2%
Key (black)67.5%
Color previews
#185330 text on a black background
contrast 2.32:1
Card sample
#185330 text on a white background
contrast 9.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #185330;
Background color
Panel with #185330 background
background-color: #185330;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #185330;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 83, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 83, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #185330; background: linear-gradient(135deg, #185330, #184F53);