HSL(165, 80%, 76%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(165,80%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(165, 80%, 76%) | color: hsl(165, 80%, 76%) | |
| HEX | #91F3DA | color: #91F3DA | |
| RGB | rgb(145, 243, 218) | color: rgb(145, 243, 218) | |
| CMYK | cmyk(40%, 0%, 10%, 5%) | — | |
| HSV | hsv(165, 40%, 95%) | — | |
| HWB | hwb(165 57% 5%) | color: hwb(165 57% 5%) | |
| OKLCH | oklch(0.8967 0.0998 175.71) | color: oklch(0.8967 0.0998 175.71) | |
| Lab | lab(89.48 -34.53 3.01) | color: lab(89.48 -34.53 3.01) | |
| LCH | lch(89.48 34.66 175.02) | color: lch(89.48 34.66 175.02) |
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)
#BBBCE0 — rgb(187, 188, 224)
Deuteranopia (Green-blind)
#B6AEE2 — rgb(182, 174, 226)
Tritanopia (Blue-blind)
#96E5E6 — rgb(150, 229, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(165, 80%, 76%);
text
color: hsl(165, 80%, 76%);
border
border: 2px solid hsl(165, 80%, 76%);
gradient light
background: linear-gradient(to right, hsl(165, 80%, 96%), hsl(165, 80%, 76%));
gradient dark
background: linear-gradient(to right, hsl(165, 80%, 76%), hsl(165, 80%, 56%))
hex
background-color: #91F3DA;
tailwind
bg-[hsl(165,80%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(165, 80%, 76%, 0.4);
css variable
--color-primary: hsl(165, 80%, 76%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(165, 80%, 76%)?
HEX: #91F3DA | RGB: rgb(145, 243, 218) | CMYK: 40%, 0%, 10%, 5% | HSV: 165°, 40%, 95%. Copy any format from the conversion table above.
What colors go well with #91F3DA?
The complementary color is HSL(345, 80%, 76%). 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, 80%, 76%) in CSS?
As HSL: color: hsl(165, 80%, 76%); — As HEX: color: #91F3DA; — As RGB: color: rgb(145, 243, 218); — Tailwind CSS: bg-[hsl(165,80%,76%)] — CSS variable: --color-primary: hsl(165, 80%, 76%);