#177331
a dark, vivid green · cool · closest name: seagreen
RGB
23, 115, 49
HSL
137°, 67%, 27%
CMYK
80, 0, 57, 55
Luminance
0.1267
Every format
| HEX | #177331 |
| RGB | rgb(23, 115, 49) |
| HSL | hsl(137, 67%, 27%) |
| CMYK | cmyk(80%, 0%, 57%, 55%) |
| LAB | lab(42.3 -41.1 28.9) |
| LCH | lch(42.3 50.3 144.9) |
| OKLCH | oklch(0.488 0.131 148.0) |
Copy-ready code
/* CSS */
color: #177331;
background-color: #177331;
/* Tailwind (arbitrary) */
class="text-[#177331] bg-[#177331]"
/* SCSS */
$brand: #177331;
/* SwiftUI */
Color(red: 0.090, green: 0.451, blue: 0.192)
/* Android */
Color.parseColor("#177331")Accessibility — WCAG contrast
Aa
#177331 on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#177331 on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green45.1%
Blue19.2%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow57.4%
Key (black)54.9%
Color previews
#177331 text on a black background
contrast 3.53:1
Card sample
#177331 text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #177331;
Background color
Panel with #177331 background
background-color: #177331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #177331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 115, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 115, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #177331; background: linear-gradient(135deg, #177331, #17736F);