#175a0f
a deep, vivid green · cool · closest name: seagreen
RGB
23, 90, 15
HSL
114°, 71%, 21%
CMYK
74, 0, 83, 65
Luminance
0.0753
Every format
| HEX | #175a0f |
| RGB | rgb(23, 90, 15) |
| HSL | hsl(114, 71%, 21%) |
| CMYK | cmyk(74%, 0%, 83%, 65%) |
| LAB | lab(33.0 -35.8 34.6) |
| LCH | lch(33.0 49.8 136.0) |
| OKLCH | oklch(0.410 0.125 141.6) |
Copy-ready code
/* CSS */
color: #175a0f;
background-color: #175a0f;
/* Tailwind (arbitrary) */
class="text-[#175a0f] bg-[#175a0f]"
/* SCSS */
$brand: #175a0f;
/* SwiftUI */
Color(red: 0.090, green: 0.353, blue: 0.059)
/* Android */
Color.parseColor("#175a0f")Accessibility — WCAG contrast
Aa
#175a0f on white: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175a0f on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green35.3%
Blue5.9%
CMYK percentages
Cyan74.4%
Magenta0.0%
Yellow83.3%
Key (black)64.7%
Color previews
#175a0f text on a black background
contrast 2.51:1
Card sample
#175a0f text on a white background
contrast 8.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175a0f;
Background color
Panel with #175a0f background
background-color: #175a0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175a0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 90, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 90, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175a0f; background: linear-gradient(135deg, #175a0f, #0F5A39);