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