HSL(173, 49%, 71%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(173,49%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(173, 49%, 71%) | color: hsl(173, 49%, 71%) | |
| HEX | #91D9D1 | color: #91D9D1 | |
| RGB | rgb(145, 217, 209) | color: rgb(145, 217, 209) | |
| CMYK | cmyk(33%, 0%, 4%, 15%) | — | |
| HSV | hsv(173, 33%, 85%) | — | |
| HWB | hwb(173 57% 15%) | color: hwb(173 57% 15%) | |
| OKLCH | oklch(0.8356 0.0729 187.09) | color: oklch(0.8356 0.0729 187.09) | |
| Lab | lab(81.97 -24.14 -3.21) | color: lab(81.97 -24.14 -3.21) | |
| LCH | lch(81.97 24.35 187.57) | color: lch(81.97 24.35 187.57) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#B0B1D3 — rgb(176, 177, 211)
Deuteranopia (Green-blind)
#ACA7D3 — rgb(172, 167, 211)
Tritanopia (Blue-blind)
#95D4D5 — rgb(149, 212, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(173, 49%, 71%);
text
color: hsl(173, 49%, 71%);
border
border: 2px solid hsl(173, 49%, 71%);
gradient light
background: linear-gradient(to right, hsl(173, 49%, 91%), hsl(173, 49%, 71%));
gradient dark
background: linear-gradient(to right, hsl(173, 49%, 71%), hsl(173, 49%, 51%))
hex
background-color: #91D9D1;
tailwind
bg-[hsl(173,49%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(173, 49%, 71%, 0.4);
css variable
--color-primary: hsl(173, 49%, 71%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(173, 49%, 71%)?
HEX: #91D9D1 | RGB: rgb(145, 217, 209) | CMYK: 33%, 0%, 4%, 15% | HSV: 173°, 33%, 85%. Copy any format from the conversion table above.
What colors go well with #91D9D1?
The complementary color is HSL(353, 49%, 71%). For a triadic harmony, use hues 173°, 293°, and 53°. For analogous combinations, try hues 143° and 203°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(173, 49%, 71%) in CSS?
As HSL: color: hsl(173, 49%, 71%); — As HEX: color: #91D9D1; — As RGB: color: rgb(145, 217, 209); — Tailwind CSS: bg-[hsl(173,49%,71%)] — CSS variable: --color-primary: hsl(173, 49%, 71%);