HSL(175, 40%, 65%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,40%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 40%, 65%) | color: hsl(175, 40%, 65%) | |
| HEX | #82C9C4 | color: #82C9C4 | |
| RGB | rgb(130, 201, 196) | color: rgb(130, 201, 196) | |
| CMYK | cmyk(35%, 0%, 2%, 21%) | — | |
| HSV | hsv(176, 35%, 79%) | — | |
| HWB | hwb(176 51% 21%) | color: hwb(176 51% 21%) | |
| OKLCH | oklch(0.7876 0.0717 190.16) | color: oklch(0.7876 0.0717 190.16) | |
| Lab | lab(76.38 -23.32 -4.56) | color: lab(76.38 -23.32 -4.56) | |
| LCH | lch(76.38 23.76 191.06) | color: lch(76.38 23.76 191.06) |
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)
#A1A1C5 — rgb(161, 161, 197)
Deuteranopia (Green-blind)
#9D97C6 — rgb(157, 151, 198)
Tritanopia (Blue-blind)
#86C6C6 — rgb(134, 198, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 40%, 65%);
text
color: hsl(175, 40%, 65%);
border
border: 2px solid hsl(175, 40%, 65%);
gradient light
background: linear-gradient(to right, hsl(175, 40%, 85%), hsl(175, 40%, 65%));
gradient dark
background: linear-gradient(to right, hsl(175, 40%, 65%), hsl(175, 40%, 45%))
hex
background-color: #82C9C4;
tailwind
bg-[hsl(175,40%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 40%, 65%, 0.4);
css variable
--color-primary: hsl(175, 40%, 65%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 40%, 65%)?
HEX: #82C9C4 | RGB: rgb(130, 201, 196) | CMYK: 35%, 0%, 2%, 21% | HSV: 176°, 35%, 79%. Copy any format from the conversion table above.
What colors go well with #82C9C4?
The complementary color is HSL(355, 40%, 65%). For a triadic harmony, use hues 175°, 295°, and 55°. For analogous combinations, try hues 145° and 205°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(175, 40%, 65%) in CSS?
As HSL: color: hsl(175, 40%, 65%); — As HEX: color: #82C9C4; — As RGB: color: rgb(130, 201, 196); — Tailwind CSS: bg-[hsl(175,40%,65%)] — CSS variable: --color-primary: hsl(175, 40%, 65%);