HSL(175, 52%, 80%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,52%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 52%, 80%) | color: hsl(175, 52%, 80%) | |
| HEX | #B1E7E2 | color: #B1E7E2 | |
| RGB | rgb(177, 231, 226) | color: rgb(177, 231, 226) | |
| CMYK | cmyk(23%, 0%, 2%, 9%) | — | |
| HSV | hsv(174, 23%, 91%) | — | |
| HWB | hwb(174 70% 9%) | color: hwb(174 70% 9%) | |
| OKLCH | oklch(0.8894 0.0556 189.15) | color: oklch(0.8894 0.0556 189.15) | |
| Lab | lab(87.96 -18.17 -3.19) | color: lab(87.96 -18.17 -3.19) | |
| LCH | lch(87.96 18.45 189.96) | color: lch(87.96 18.45 189.96) |
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)
#C8C9E3 — rgb(200, 201, 227)
Deuteranopia (Green-blind)
#C5C1E4 — rgb(197, 193, 228)
Tritanopia (Blue-blind)
#B4E4E4 — rgb(180, 228, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 52%, 80%);
text
color: hsl(175, 52%, 80%);
border
border: 2px solid hsl(175, 52%, 80%);
gradient light
background: linear-gradient(to right, hsl(175, 52%, 100%), hsl(175, 52%, 80%));
gradient dark
background: linear-gradient(to right, hsl(175, 52%, 80%), hsl(175, 52%, 60%))
hex
background-color: #B1E7E2;
tailwind
bg-[hsl(175,52%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 52%, 80%, 0.4);
css variable
--color-primary: hsl(175, 52%, 80%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 52%, 80%)?
HEX: #B1E7E2 | RGB: rgb(177, 231, 226) | CMYK: 23%, 0%, 2%, 9% | HSV: 174°, 23%, 91%. Copy any format from the conversion table above.
What colors go well with #B1E7E2?
The complementary color is HSL(355, 52%, 80%). 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, 52%, 80%) in CSS?
As HSL: color: hsl(175, 52%, 80%); — As HEX: color: #B1E7E2; — As RGB: color: rgb(177, 231, 226); — Tailwind CSS: bg-[hsl(175,52%,80%)] — CSS variable: --color-primary: hsl(175, 52%, 80%);