#175a2d
a deep, vivid green · cool · closest name: seagreen
RGB
23, 90, 45
HSL
140°, 59%, 22%
CMYK
74, 0, 50, 65
Luminance
0.0768
Every format
| HEX | #175a2d |
| RGB | rgb(23, 90, 45) |
| HSL | hsl(140, 59%, 22%) |
| CMYK | cmyk(74%, 0%, 50%, 65%) |
| LAB | lab(33.3 -31.9 20.1) |
| LCH | lch(33.3 37.7 147.8) |
| OKLCH | oklch(0.414 0.099 150.2) |
Copy-ready code
/* CSS */
color: #175a2d;
background-color: #175a2d;
/* Tailwind (arbitrary) */
class="text-[#175a2d] bg-[#175a2d]"
/* SCSS */
$brand: #175a2d;
/* SwiftUI */
Color(red: 0.090, green: 0.353, blue: 0.176)
/* Android */
Color.parseColor("#175a2d")Accessibility — WCAG contrast
Aa
#175a2d on white: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175a2d on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green35.3%
Blue17.6%
CMYK percentages
Cyan74.4%
Magenta0.0%
Yellow50.0%
Key (black)64.7%
Color previews
#175a2d text on a black background
contrast 2.54:1
Card sample
#175a2d text on a white background
contrast 8.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175a2d;
Background color
Panel with #175a2d background
background-color: #175a2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175a2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 90, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 90, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175a2d; background: linear-gradient(135deg, #175a2d, #175A5A);