#175334
a deep, vivid green · cool · closest name: darkslategray
RGB
23, 83, 52
HSL
149°, 57%, 21%
CMYK
72, 0, 37, 68
Luminance
0.0662
Every format
| HEX | #175334 |
| RGB | rgb(23, 83, 52) |
| HSL | hsl(149, 57%, 21%) |
| CMYK | cmyk(72%, 0%, 37%, 68%) |
| LAB | lab(30.9 -27.4 12.7) |
| LCH | lch(30.9 30.2 155.1) |
| OKLCH | oklch(0.395 0.081 156.6) |
Copy-ready code
/* CSS */
color: #175334;
background-color: #175334;
/* Tailwind (arbitrary) */
class="text-[#175334] bg-[#175334]"
/* SCSS */
$brand: #175334;
/* SwiftUI */
Color(red: 0.090, green: 0.325, blue: 0.204)
/* Android */
Color.parseColor("#175334")Accessibility — WCAG contrast
Aa
#175334 on white: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175334 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.5%
Blue20.4%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow37.3%
Key (black)67.5%
Color previews
#175334 text on a black background
contrast 2.32:1
Card sample
#175334 text on a white background
contrast 9.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175334;
Background color
Panel with #175334 background
background-color: #175334;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175334;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 83, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 83, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175334; background: linear-gradient(135deg, #175334, #174A53);