HSL(165, 50%, 75%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(165,50%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(165, 50%, 75%) | color: hsl(165, 50%, 75%) | |
| HEX | #9FDFCF | color: #9FDFCF | |
| RGB | rgb(159, 223, 207) | color: rgb(159, 223, 207) | |
| CMYK | cmyk(29%, 0%, 7%, 13%) | — | |
| HSV | hsv(165, 29%, 87%) | — | |
| HWB | hwb(165 62% 13%) | color: hwb(165 62% 13%) | |
| OKLCH | oklch(0.856 0.0686 177.32) | color: oklch(0.856 0.0686 177.32) | |
| Lab | lab(84.3 -23.54 1.35) | color: lab(84.3 -23.54 1.35) | |
| LCH | lch(84.3 23.58 176.72) | color: lch(84.3 23.58 176.72) |
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)
#BBBBD3 — rgb(187, 187, 211)
Deuteranopia (Green-blind)
#B7B2D4 — rgb(183, 178, 212)
Tritanopia (Blue-blind)
#A2D6D7 — rgb(162, 214, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(165, 50%, 75%);
text
color: hsl(165, 50%, 75%);
border
border: 2px solid hsl(165, 50%, 75%);
gradient light
background: linear-gradient(to right, hsl(165, 50%, 95%), hsl(165, 50%, 75%));
gradient dark
background: linear-gradient(to right, hsl(165, 50%, 75%), hsl(165, 50%, 55%))
hex
background-color: #9FDFCF;
tailwind
bg-[hsl(165,50%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(165, 50%, 75%, 0.4);
css variable
--color-primary: hsl(165, 50%, 75%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(165, 50%, 75%)?
HEX: #9FDFCF | RGB: rgb(159, 223, 207) | CMYK: 29%, 0%, 7%, 13% | HSV: 165°, 29%, 87%. Copy any format from the conversion table above.
What colors go well with #9FDFCF?
The complementary color is HSL(345, 50%, 75%). For a triadic harmony, use hues 165°, 285°, and 45°. For analogous combinations, try hues 135° and 195°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(165, 50%, 75%) in CSS?
As HSL: color: hsl(165, 50%, 75%); — As HEX: color: #9FDFCF; — As RGB: color: rgb(159, 223, 207); — Tailwind CSS: bg-[hsl(165,50%,75%)] — CSS variable: --color-primary: hsl(165, 50%, 75%);