HSL(174, 50%, 17%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(174,50%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(174, 50%, 17%) | color: hsl(174, 50%, 17%) | |
| HEX | #16413D | color: #16413D | |
| RGB | rgb(22, 65, 61) | color: rgb(22, 65, 61) | |
| CMYK | cmyk(66%, 0%, 6%, 75%) | — | |
| HSV | hsv(174, 66%, 25%) | — | |
| HWB | hwb(174 9% 75%) | color: hwb(174 9% 75%) | |
| OKLCH | oklch(0.3441 0.0477 186.8) | color: oklch(0.3441 0.0477 186.8) | |
| Lab | lab(24.6 -15.89 -2) | color: lab(24.6 -15.89 -2) | |
| LCH | lch(24.6 16.02 187.17) | color: lch(24.6 16.02 187.17) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#29293E — rgb(41, 41, 62)
Deuteranopia (Green-blind)
#26233E — rgb(38, 35, 62)
Tritanopia (Blue-blind)
#183F3F — rgb(24, 63, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(174, 50%, 17%);
text
color: hsl(174, 50%, 17%);
border
border: 2px solid hsl(174, 50%, 17%);
gradient light
background: linear-gradient(to right, hsl(174, 50%, 37%), hsl(174, 50%, 17%));
gradient dark
background: linear-gradient(to right, hsl(174, 50%, 17%), hsl(174, 50%, 0%))
hex
background-color: #16413D;
tailwind
bg-[hsl(174,50%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(174, 50%, 17%, 0.4);
css variable
--color-primary: hsl(174, 50%, 17%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(174, 50%, 17%)?
HEX: #16413D | RGB: rgb(22, 65, 61) | CMYK: 66%, 0%, 6%, 75% | HSV: 174°, 66%, 25%. Copy any format from the conversion table above.
What colors go well with #16413D?
The complementary color is HSL(354, 50%, 17%). For a triadic harmony, use hues 174°, 294°, and 54°. For analogous combinations, try hues 144° and 204°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(174, 50%, 17%) in CSS?
As HSL: color: hsl(174, 50%, 17%); — As HEX: color: #16413D; — As RGB: color: rgb(22, 65, 61); — Tailwind CSS: bg-[hsl(174,50%,17%)] — CSS variable: --color-primary: hsl(174, 50%, 17%);