HSL(165, 42%, 62%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(165,42%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(165, 42%, 62%) | color: hsl(165, 42%, 62%) | |
| HEX | #75C7B2 | color: #75C7B2 | |
| RGB | rgb(117, 199, 178) | color: rgb(117, 199, 178) | |
| CMYK | cmyk(41%, 0%, 11%, 22%) | — | |
| HSV | hsv(165, 41%, 78%) | — | |
| HWB | hwb(165 46% 22%) | color: hwb(165 46% 22%) | |
| OKLCH | oklch(0.7712 0.0866 175.6) | color: oklch(0.7712 0.0866 175.6) | |
| Lab | lab(74.72 -29.99 2.68) | color: lab(74.72 -29.99 2.68) | |
| LCH | lch(74.72 30.11 174.89) | color: lch(74.72 30.11 174.89) |
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)
#9999B7 — rgb(153, 153, 183)
Deuteranopia (Green-blind)
#948EB8 — rgb(148, 142, 184)
Tritanopia (Blue-blind)
#79BBBC — rgb(121, 187, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(165, 42%, 62%);
text
color: hsl(165, 42%, 62%);
border
border: 2px solid hsl(165, 42%, 62%);
gradient light
background: linear-gradient(to right, hsl(165, 42%, 82%), hsl(165, 42%, 62%));
gradient dark
background: linear-gradient(to right, hsl(165, 42%, 62%), hsl(165, 42%, 42%))
hex
background-color: #75C7B2;
tailwind
bg-[hsl(165,42%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(165, 42%, 62%, 0.4);
css variable
--color-primary: hsl(165, 42%, 62%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(165, 42%, 62%)?
HEX: #75C7B2 | RGB: rgb(117, 199, 178) | CMYK: 41%, 0%, 11%, 22% | HSV: 165°, 41%, 78%. Copy any format from the conversion table above.
What colors go well with #75C7B2?
The complementary color is HSL(345, 42%, 62%). 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, 42%, 62%) in CSS?
As HSL: color: hsl(165, 42%, 62%); — As HEX: color: #75C7B2; — As RGB: color: rgb(117, 199, 178); — Tailwind CSS: bg-[hsl(165,42%,62%)] — CSS variable: --color-primary: hsl(165, 42%, 62%);