#173521
a deep, soft green · cool · closest name: darkslategray
RGB
23, 53, 33
HSL
140°, 40%, 15%
CMYK
57, 0, 38, 79
Luminance
0.0284
Every format
| HEX | #173521 |
| RGB | rgb(23, 53, 33) |
| HSL | hsl(140, 40%, 15%) |
| CMYK | cmyk(57%, 0%, 38%, 79%) |
| LAB | lab(19.4 -16.8 9.3) |
| LCH | lch(19.4 19.2 151.1) |
| OKLCH | oklch(0.299 0.051 153.0) |
Copy-ready code
/* CSS */
color: #173521;
background-color: #173521;
/* Tailwind (arbitrary) */
class="text-[#173521] bg-[#173521]"
/* SCSS */
$brand: #173521;
/* SwiftUI */
Color(red: 0.090, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#173521")Accessibility — WCAG contrast
Aa
#173521 on white: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#173521 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green20.8%
Blue12.9%
CMYK percentages
Cyan56.6%
Magenta0.0%
Yellow37.7%
Key (black)79.2%
Color previews
#173521 text on a black background
contrast 1.57:1
Card sample
#173521 text on a white background
contrast 13.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #173521;
Background color
Panel with #173521 background
background-color: #173521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #173521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #173521; background: linear-gradient(135deg, #173521, #173535);