HSL(175, 65%, 67%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,65%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 65%, 67%) | color: hsl(175, 65%, 67%) | |
| HEX | #74E2D8 | color: #74E2D8 | |
| RGB | rgb(116, 226, 216) | color: rgb(116, 226, 216) | |
| CMYK | cmyk(49%, 0%, 4%, 11%) | — | |
| HSV | hsv(175, 49%, 89%) | — | |
| HWB | hwb(175 45% 11%) | color: hwb(175 45% 11%) | |
| OKLCH | oklch(0.8449 0.1027 187.63) | color: oklch(0.8449 0.1027 187.63) | |
| Lab | lab(83.47 -33.97 -4.85) | color: lab(83.47 -33.97 -4.85) | |
| LCH | lch(83.47 34.31 188.13) | color: lch(83.47 34.31 188.13) |
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)
#A4A5DA — rgb(164, 165, 218)
Deuteranopia (Green-blind)
#9D95DB — rgb(157, 149, 219)
Tritanopia (Blue-blind)
#7ADCDD — rgb(122, 220, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 65%, 67%);
text
color: hsl(175, 65%, 67%);
border
border: 2px solid hsl(175, 65%, 67%);
gradient light
background: linear-gradient(to right, hsl(175, 65%, 87%), hsl(175, 65%, 67%));
gradient dark
background: linear-gradient(to right, hsl(175, 65%, 67%), hsl(175, 65%, 47%))
hex
background-color: #74E2D8;
tailwind
bg-[hsl(175,65%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 65%, 67%, 0.4);
css variable
--color-primary: hsl(175, 65%, 67%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 65%, 67%)?
HEX: #74E2D8 | RGB: rgb(116, 226, 216) | CMYK: 49%, 0%, 4%, 11% | HSV: 175°, 49%, 89%. Copy any format from the conversion table above.
What colors go well with #74E2D8?
The complementary color is HSL(355, 65%, 67%). 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, 65%, 67%) in CSS?
As HSL: color: hsl(175, 65%, 67%); — As HEX: color: #74E2D8; — As RGB: color: rgb(116, 226, 216); — Tailwind CSS: bg-[hsl(175,65%,67%)] — CSS variable: --color-primary: hsl(175, 65%, 67%);