#175c0f
a deep, vivid green · cool · closest name: forestgreen
RGB
23, 92, 15
HSL
114°, 72%, 21%
CMYK
75, 0, 84, 64
Luminance
0.0787
Every format
| HEX | #175c0f |
| RGB | rgb(23, 92, 15) |
| HSL | hsl(114, 72%, 21%) |
| CMYK | cmyk(75%, 0%, 84%, 64%) |
| LAB | lab(33.7 -36.6 35.3) |
| LCH | lch(33.7 50.8 136.0) |
| OKLCH | oklch(0.417 0.127 141.7) |
Copy-ready code
/* CSS */
color: #175c0f;
background-color: #175c0f;
/* Tailwind (arbitrary) */
class="text-[#175c0f] bg-[#175c0f]"
/* SCSS */
$brand: #175c0f;
/* SwiftUI */
Color(red: 0.090, green: 0.361, blue: 0.059)
/* Android */
Color.parseColor("#175c0f")Accessibility — WCAG contrast
Aa
#175c0f on white: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175c0f on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green36.1%
Blue5.9%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow83.7%
Key (black)63.9%
Color previews
#175c0f text on a black background
contrast 2.57:1
Card sample
#175c0f text on a white background
contrast 8.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175c0f;
Background color
Panel with #175c0f background
background-color: #175c0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175c0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 92, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 92, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175c0f; background: linear-gradient(135deg, #175c0f, #0F5C3A);