HSL(180, 50%, 71%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(180,50%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(180, 50%, 71%) | color: hsl(180, 50%, 71%) | |
| HEX | #90DADA | color: #90DADA | |
| RGB | rgb(144, 218, 218) | color: rgb(144, 218, 218) | |
| CMYK | cmyk(34%, 0%, 0%, 15%) | — | |
| HSV | hsv(180, 34%, 85%) | — | |
| HWB | hwb(180 56% 15%) | color: hwb(180 56% 15%) | |
| OKLCH | oklch(0.8401 0.0735 195.84) | color: oklch(0.8401 0.0735 195.84) | |
| Lab | lab(82.45 -22.82 -7.3) | color: lab(82.45 -22.82 -7.3) | |
| LCH | lch(82.45 23.96 197.74) | color: lch(82.45 23.96 197.74) |
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)
#B0B1DA — rgb(176, 177, 218)
Deuteranopia (Green-blind)
#ACA6DA — rgb(172, 166, 218)
Tritanopia (Blue-blind)
#94DADA — rgb(148, 218, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(180, 50%, 71%);
text
color: hsl(180, 50%, 71%);
border
border: 2px solid hsl(180, 50%, 71%);
gradient light
background: linear-gradient(to right, hsl(180, 50%, 91%), hsl(180, 50%, 71%));
gradient dark
background: linear-gradient(to right, hsl(180, 50%, 71%), hsl(180, 50%, 51%))
hex
background-color: #90DADA;
tailwind
bg-[hsl(180,50%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(180, 50%, 71%, 0.4);
css variable
--color-primary: hsl(180, 50%, 71%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(180, 50%, 71%)?
HEX: #90DADA | RGB: rgb(144, 218, 218) | CMYK: 34%, 0%, 0%, 15% | HSV: 180°, 34%, 85%. Copy any format from the conversion table above.
What colors go well with #90DADA?
The complementary color is HSL(0, 50%, 71%). For a triadic harmony, use hues 180°, 300°, and 60°. For analogous combinations, try hues 150° and 210°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(180, 50%, 71%) in CSS?
As HSL: color: hsl(180, 50%, 71%); — As HEX: color: #90DADA; — As RGB: color: rgb(144, 218, 218); — Tailwind CSS: bg-[hsl(180,50%,71%)] — CSS variable: --color-primary: hsl(180, 50%, 71%);