#175508
a deep, electric green · cool · closest name: seagreen
RGB
23, 85, 8
HSL
108°, 83%, 18%
CMYK
73, 0, 91, 67
Luminance
0.0670
Every format
| HEX | #175508 |
| RGB | rgb(23, 85, 8) |
| HSL | hsl(108, 83%, 18%) |
| CMYK | cmyk(73%, 0%, 91%, 67%) |
| LAB | lab(31.1 -34.4 35.1) |
| LCH | lch(31.1 49.2 134.4) |
| OKLCH | oklch(0.395 0.122 140.6) |
Copy-ready code
/* CSS */
color: #175508;
background-color: #175508;
/* Tailwind (arbitrary) */
class="text-[#175508] bg-[#175508]"
/* SCSS */
$brand: #175508;
/* SwiftUI */
Color(red: 0.090, green: 0.333, blue: 0.031)
/* Android */
Color.parseColor("#175508")Accessibility — WCAG contrast
Aa
#175508 on white: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175508 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green33.3%
Blue3.1%
CMYK percentages
Cyan72.9%
Magenta0.0%
Yellow90.6%
Key (black)66.7%
Color previews
#175508 text on a black background
contrast 2.34:1
Card sample
#175508 text on a white background
contrast 8.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175508;
Background color
Panel with #175508 background
background-color: #175508;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175508;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 85, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 85, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175508; background: linear-gradient(135deg, #175508, #08552C);