HSL(176, 73%, 65%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(176,73%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(176, 73%, 65%) | color: hsl(176, 73%, 65%) | |
| HEX | #65E7DE | color: #65E7DE | |
| RGB | rgb(101, 231, 222) | color: rgb(101, 231, 222) | |
| CMYK | cmyk(56%, 0%, 4%, 9%) | — | |
| HSV | hsv(176, 56%, 91%) | — | |
| HWB | hwb(176 40% 9%) | color: hwb(176 40% 9%) | |
| OKLCH | oklch(0.8531 0.1153 189) | color: oklch(0.8531 0.1153 189) | |
| Lab | lab(84.58 -37.81 -6.45) | color: lab(84.58 -37.81 -6.45) | |
| LCH | lch(84.58 38.36 189.68) | color: lch(84.58 38.36 189.68) |
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)
#9D9EE0 — rgb(157, 158, 224)
Deuteranopia (Green-blind)
#968CE1 — rgb(150, 140, 225)
Tritanopia (Blue-blind)
#6CE2E2 — rgb(108, 226, 226)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(176, 73%, 65%);
text
color: hsl(176, 73%, 65%);
border
border: 2px solid hsl(176, 73%, 65%);
gradient light
background: linear-gradient(to right, hsl(176, 73%, 85%), hsl(176, 73%, 65%));
gradient dark
background: linear-gradient(to right, hsl(176, 73%, 65%), hsl(176, 73%, 45%))
hex
background-color: #65E7DE;
tailwind
bg-[hsl(176,73%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(176, 73%, 65%, 0.4);
css variable
--color-primary: hsl(176, 73%, 65%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(176, 73%, 65%)?
HEX: #65E7DE | RGB: rgb(101, 231, 222) | CMYK: 56%, 0%, 4%, 9% | HSV: 176°, 56%, 91%. Copy any format from the conversion table above.
What colors go well with #65E7DE?
The complementary color is HSL(356, 73%, 65%). For a triadic harmony, use hues 176°, 296°, and 56°. For analogous combinations, try hues 146° and 206°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(176, 73%, 65%) in CSS?
As HSL: color: hsl(176, 73%, 65%); — As HEX: color: #65E7DE; — As RGB: color: rgb(101, 231, 222); — Tailwind CSS: bg-[hsl(176,73%,65%)] — CSS variable: --color-primary: hsl(176, 73%, 65%);