HSL(175, 25%, 80%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,25%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 25%, 80%) | color: hsl(175, 25%, 80%) | |
| HEX | #BFD9D7 | color: #BFD9D7 | |
| RGB | rgb(191, 217, 215) | color: rgb(191, 217, 215) | |
| CMYK | cmyk(12%, 0%, 1%, 15%) | — | |
| HSV | hsv(175, 12%, 85%) | — | |
| HWB | hwb(175 75% 15%) | color: hwb(175 75% 15%) | |
| OKLCH | oklch(0.8655 0.0278 191.01) | color: oklch(0.8655 0.0278 191.01) | |
| Lab | lab(84.8 -9 -1.94) | color: lab(84.8 -9 -1.94) | |
| LCH | lch(84.8 9.21 192.16) | color: lch(84.8 9.21 192.16) |
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)
#CACAD7 — rgb(202, 202, 215)
Deuteranopia (Green-blind)
#C9C7D8 — rgb(201, 199, 216)
Tritanopia (Blue-blind)
#C0D8D8 — rgb(192, 216, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 25%, 80%);
text
color: hsl(175, 25%, 80%);
border
border: 2px solid hsl(175, 25%, 80%);
gradient light
background: linear-gradient(to right, hsl(175, 25%, 100%), hsl(175, 25%, 80%));
gradient dark
background: linear-gradient(to right, hsl(175, 25%, 80%), hsl(175, 25%, 60%))
hex
background-color: #BFD9D7;
tailwind
bg-[hsl(175,25%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 25%, 80%, 0.4);
css variable
--color-primary: hsl(175, 25%, 80%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 25%, 80%)?
HEX: #BFD9D7 | RGB: rgb(191, 217, 215) | CMYK: 12%, 0%, 1%, 15% | HSV: 175°, 12%, 85%. Copy any format from the conversion table above.
What colors go well with #BFD9D7?
The complementary color is HSL(355, 25%, 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, 25%, 80%) in CSS?
As HSL: color: hsl(175, 25%, 80%); — As HEX: color: #BFD9D7; — As RGB: color: rgb(191, 217, 215); — Tailwind CSS: bg-[hsl(175,25%,80%)] — CSS variable: --color-primary: hsl(175, 25%, 80%);