HSL(171, 48%, 73%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(171,48%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(171, 48%, 73%) | color: hsl(171, 48%, 73%) | |
| HEX | #99DBD1 | color: #99DBD1 | |
| RGB | rgb(153, 219, 209) | color: rgb(153, 219, 209) | |
| CMYK | cmyk(30%, 0%, 5%, 14%) | — | |
| HSV | hsv(171, 30%, 86%) | — | |
| HWB | hwb(171 60% 14%) | color: hwb(171 60% 14%) | |
| OKLCH | oklch(0.8444 0.0681 184.25) | color: oklch(0.8444 0.0681 184.25) | |
| Lab | lab(82.93 -22.88 -1.75) | color: lab(82.93 -22.88 -1.75) | |
| LCH | lch(82.93 22.95 184.37) | color: lch(82.93 22.95 184.37) |
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)
#B6B6D3 — rgb(182, 182, 211)
Deuteranopia (Green-blind)
#B2ADD4 — rgb(178, 173, 212)
Tritanopia (Blue-blind)
#9CD5D6 — rgb(156, 213, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(171, 48%, 73%);
text
color: hsl(171, 48%, 73%);
border
border: 2px solid hsl(171, 48%, 73%);
gradient light
background: linear-gradient(to right, hsl(171, 48%, 93%), hsl(171, 48%, 73%));
gradient dark
background: linear-gradient(to right, hsl(171, 48%, 73%), hsl(171, 48%, 53%))
hex
background-color: #99DBD1;
tailwind
bg-[hsl(171,48%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(171, 48%, 73%, 0.4);
css variable
--color-primary: hsl(171, 48%, 73%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(171, 48%, 73%)?
HEX: #99DBD1 | RGB: rgb(153, 219, 209) | CMYK: 30%, 0%, 5%, 14% | HSV: 171°, 30%, 86%. Copy any format from the conversion table above.
What colors go well with #99DBD1?
The complementary color is HSL(351, 48%, 73%). For a triadic harmony, use hues 171°, 291°, and 51°. For analogous combinations, try hues 141° and 201°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(171, 48%, 73%) in CSS?
As HSL: color: hsl(171, 48%, 73%); — As HEX: color: #99DBD1; — As RGB: color: rgb(153, 219, 209); — Tailwind CSS: bg-[hsl(171,48%,73%)] — CSS variable: --color-primary: hsl(171, 48%, 73%);