HSL(163, 59%, 75%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(163,59%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(163, 59%, 75%) | color: hsl(163, 59%, 75%) | |
| HEX | #9AE5D0 | color: #9AE5D0 | |
| RGB | rgb(154, 229, 208) | color: rgb(154, 229, 208) | |
| CMYK | cmyk(33%, 0%, 9%, 10%) | — | |
| HSV | hsv(163, 33%, 90%) | — | |
| HWB | hwb(163 60% 10%) | color: hwb(163 60% 10%) | |
| OKLCH | oklch(0.8669 0.0802 174.86) | color: oklch(0.8669 0.0802 174.86) | |
| Lab | lab(85.74 -27.68 2.87) | color: lab(85.74 -27.68 2.87) | |
| LCH | lch(85.74 27.83 174.08) | color: lch(85.74 27.83 174.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)
#BABBD5 — rgb(186, 187, 213)
Deuteranopia (Green-blind)
#B6B1D6 — rgb(182, 177, 214)
Tritanopia (Blue-blind)
#9ED9DA — rgb(158, 217, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(163, 59%, 75%);
text
color: hsl(163, 59%, 75%);
border
border: 2px solid hsl(163, 59%, 75%);
gradient light
background: linear-gradient(to right, hsl(163, 59%, 95%), hsl(163, 59%, 75%));
gradient dark
background: linear-gradient(to right, hsl(163, 59%, 75%), hsl(163, 59%, 55%))
hex
background-color: #9AE5D0;
tailwind
bg-[hsl(163,59%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(163, 59%, 75%, 0.4);
css variable
--color-primary: hsl(163, 59%, 75%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(163, 59%, 75%)?
HEX: #9AE5D0 | RGB: rgb(154, 229, 208) | CMYK: 33%, 0%, 9%, 10% | HSV: 163°, 33%, 90%. Copy any format from the conversion table above.
What colors go well with #9AE5D0?
The complementary color is HSL(343, 59%, 75%). For a triadic harmony, use hues 163°, 283°, and 43°. For analogous combinations, try hues 133° and 193°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(163, 59%, 75%) in CSS?
As HSL: color: hsl(163, 59%, 75%); — As HEX: color: #9AE5D0; — As RGB: color: rgb(154, 229, 208); — Tailwind CSS: bg-[hsl(163,59%,75%)] — CSS variable: --color-primary: hsl(163, 59%, 75%);