#17877c
a dark, vivid cyan · cool · closest name: teal
RGB
23, 135, 124
HSL
174°, 71%, 31%
CMYK
83, 0, 8, 47
Luminance
0.1897
Every format
| HEX | #17877c |
| RGB | rgb(23, 135, 124) |
| HSL | hsl(174, 71%, 31%) |
| CMYK | cmyk(83%, 0%, 8%, 47%) |
| LAB | lab(50.6 -32.0 -2.6) |
| LCH | lch(50.6 32.1 184.6) |
| OKLCH | oklch(0.563 0.094 184.5) |
Copy-ready code
/* CSS */
color: #17877c;
background-color: #17877c;
/* Tailwind (arbitrary) */
class="text-[#17877c] bg-[#17877c]"
/* SCSS */
$brand: #17877c;
/* SwiftUI */
Color(red: 0.090, green: 0.529, blue: 0.486)
/* Android */
Color.parseColor("#17877c")Accessibility — WCAG contrast
Aa
#17877c on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#17877c on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green52.9%
Blue48.6%
CMYK percentages
Cyan83.0%
Magenta0.0%
Yellow8.1%
Key (black)47.1%
Color previews
#17877c text on a black background
contrast 4.79:1
Card sample
#17877c text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17877c;
Background color
Panel with #17877c background
background-color: #17877c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17877c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 135, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 135, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17877c; background: linear-gradient(135deg, #17877c, #174787);