#175c2b
a deep, vivid green · cool · closest name: seagreen
RGB
23, 92, 43
HSL
137°, 60%, 23%
CMYK
75, 0, 53, 64
Luminance
0.0801
Every format
| HEX | #175c2b |
| RGB | rgb(23, 92, 43) |
| HSL | hsl(137, 60%, 23%) |
| CMYK | cmyk(75%, 0%, 53%, 64%) |
| LAB | lab(34.0 -33.1 22.1) |
| LCH | lch(34.0 39.8 146.3) |
| OKLCH | oklch(0.420 0.104 149.0) |
Copy-ready code
/* CSS */
color: #175c2b;
background-color: #175c2b;
/* Tailwind (arbitrary) */
class="text-[#175c2b] bg-[#175c2b]"
/* SCSS */
$brand: #175c2b;
/* SwiftUI */
Color(red: 0.090, green: 0.361, blue: 0.169)
/* Android */
Color.parseColor("#175c2b")Accessibility — WCAG contrast
Aa
#175c2b on white: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175c2b on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green36.1%
Blue16.9%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow53.3%
Key (black)63.9%
Color previews
#175c2b text on a black background
contrast 2.60:1
Card sample
#175c2b text on a white background
contrast 8.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175c2b;
Background color
Panel with #175c2b background
background-color: #175c2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175c2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 92, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 92, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175c2b; background: linear-gradient(135deg, #175c2b, #175C59);