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