HSL(178, 45%, 70%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(178,45%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(178, 45%, 70%) | color: hsl(178, 45%, 70%) | |
| HEX | #90D5D3 | color: #90D5D3 | |
| RGB | rgb(144, 213, 211) | color: rgb(144, 213, 211) | |
| CMYK | cmyk(32%, 0%, 1%, 16%) | — | |
| HSV | hsv(178, 32%, 84%) | — | |
| HWB | hwb(178 57% 16%) | color: hwb(178 57% 16%) | |
| OKLCH | oklch(0.8268 0.0693 193.59) | color: oklch(0.8268 0.0693 193.59) | |
| Lab | lab(80.86 -21.97 -5.92) | color: lab(80.86 -21.97 -5.92) | |
| LCH | lch(80.86 22.75 195.08) | color: lch(80.86 22.75 195.08) |
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)
#AEAED3 — rgb(174, 174, 211)
Deuteranopia (Green-blind)
#AAA5D4 — rgb(170, 165, 212)
Tritanopia (Blue-blind)
#93D4D4 — rgb(147, 212, 212)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(178, 45%, 70%);
text
color: hsl(178, 45%, 70%);
border
border: 2px solid hsl(178, 45%, 70%);
gradient light
background: linear-gradient(to right, hsl(178, 45%, 90%), hsl(178, 45%, 70%));
gradient dark
background: linear-gradient(to right, hsl(178, 45%, 70%), hsl(178, 45%, 50%))
hex
background-color: #90D5D3;
tailwind
bg-[hsl(178,45%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(178, 45%, 70%, 0.4);
css variable
--color-primary: hsl(178, 45%, 70%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(178, 45%, 70%)?
HEX: #90D5D3 | RGB: rgb(144, 213, 211) | CMYK: 32%, 0%, 1%, 16% | HSV: 178°, 32%, 84%. Copy any format from the conversion table above.
What colors go well with #90D5D3?
The complementary color is HSL(358, 45%, 70%). For a triadic harmony, use hues 178°, 298°, and 58°. For analogous combinations, try hues 148° and 208°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(178, 45%, 70%) in CSS?
As HSL: color: hsl(178, 45%, 70%); — As HEX: color: #90D5D3; — As RGB: color: rgb(144, 213, 211); — Tailwind CSS: bg-[hsl(178,45%,70%)] — CSS variable: --color-primary: hsl(178, 45%, 70%);