#17462c
a deep, vivid green · cool · closest name: darkslategray
RGB
23, 70, 44
HSL
147°, 51%, 18%
CMYK
67, 0, 37, 73
Luminance
0.0474
Every format
| HEX | #17462c |
| RGB | rgb(23, 70, 44) |
| HSL | hsl(147, 51%, 18%) |
| CMYK | cmyk(67%, 0%, 37%, 73%) |
| LAB | lab(26.0 -23.0 11.1) |
| LCH | lch(26.0 25.6 154.3) |
| OKLCH | oklch(0.354 0.069 156.0) |
Copy-ready code
/* CSS */
color: #17462c;
background-color: #17462c;
/* Tailwind (arbitrary) */
class="text-[#17462c] bg-[#17462c]"
/* SCSS */
$brand: #17462c;
/* SwiftUI */
Color(red: 0.090, green: 0.275, blue: 0.173)
/* Android */
Color.parseColor("#17462c")Accessibility — WCAG contrast
Aa
#17462c on white: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17462c on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green27.5%
Blue17.3%
CMYK percentages
Cyan67.1%
Magenta0.0%
Yellow37.1%
Key (black)72.5%
Color previews
#17462c text on a black background
contrast 1.95:1
Card sample
#17462c text on a white background
contrast 10.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17462c;
Background color
Panel with #17462c background
background-color: #17462c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17462c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 70, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 70, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17462c; background: linear-gradient(135deg, #17462c, #174146);