HSL(175, 63%, 72%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,63%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 63%, 72%) | color: hsl(175, 63%, 72%) | |
| HEX | #8BE5DD | color: #8BE5DD | |
| RGB | rgb(139, 229, 221) | color: rgb(139, 229, 221) | |
| CMYK | cmyk(39%, 0%, 3%, 10%) | — | |
| HSV | hsv(175, 39%, 90%) | — | |
| HWB | hwb(175 55% 10%) | color: hwb(175 55% 10%) | |
| OKLCH | oklch(0.8632 0.0875 188.42) | color: oklch(0.8632 0.0875 188.42) | |
| Lab | lab(85.37 -28.77 -4.59) | color: lab(85.37 -28.77 -4.59) | |
| LCH | lch(85.37 29.13 189.06) | color: lch(85.37 29.13 189.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)
#B2B3DF — rgb(178, 179, 223)
Deuteranopia (Green-blind)
#ADA6DF — rgb(173, 166, 223)
Tritanopia (Blue-blind)
#90E0E1 — rgb(144, 224, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 63%, 72%);
text
color: hsl(175, 63%, 72%);
border
border: 2px solid hsl(175, 63%, 72%);
gradient light
background: linear-gradient(to right, hsl(175, 63%, 92%), hsl(175, 63%, 72%));
gradient dark
background: linear-gradient(to right, hsl(175, 63%, 72%), hsl(175, 63%, 52%))
hex
background-color: #8BE5DD;
tailwind
bg-[hsl(175,63%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 63%, 72%, 0.4);
css variable
--color-primary: hsl(175, 63%, 72%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 63%, 72%)?
HEX: #8BE5DD | RGB: rgb(139, 229, 221) | CMYK: 39%, 0%, 3%, 10% | HSV: 175°, 39%, 90%. Copy any format from the conversion table above.
What colors go well with #8BE5DD?
The complementary color is HSL(355, 63%, 72%). 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, 63%, 72%) in CSS?
As HSL: color: hsl(175, 63%, 72%); — As HEX: color: #8BE5DD; — As RGB: color: rgb(139, 229, 221); — Tailwind CSS: bg-[hsl(175,63%,72%)] — CSS variable: --color-primary: hsl(175, 63%, 72%);