#17533f
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 83, 63
HSL
160°, 57%, 21%
CMYK
72, 0, 24, 68
Luminance
0.0673
Every format
| HEX | #17533f |
| RGB | rgb(23, 83, 63) |
| HSL | hsl(160, 57%, 21%) |
| CMYK | cmyk(72%, 0%, 24%, 68%) |
| LAB | lab(31.2 -24.6 6.2) |
| LCH | lch(31.2 25.4 165.8) |
| OKLCH | oklch(0.398 0.070 166.9) |
Copy-ready code
/* CSS */
color: #17533f;
background-color: #17533f;
/* Tailwind (arbitrary) */
class="text-[#17533f] bg-[#17533f]"
/* SCSS */
$brand: #17533f;
/* SwiftUI */
Color(red: 0.090, green: 0.325, blue: 0.247)
/* Android */
Color.parseColor("#17533f")Accessibility — WCAG contrast
Aa
#17533f on white: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17533f on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.5%
Blue24.7%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow24.1%
Key (black)67.5%
Color previews
#17533f text on a black background
contrast 2.35:1
Card sample
#17533f text on a white background
contrast 8.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17533f;
Background color
Panel with #17533f background
background-color: #17533f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17533f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 83, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 83, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17533f; background: linear-gradient(135deg, #17533f, #173F53);