HSL(175, 32%, 79%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,32%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 32%, 79%) | color: hsl(175, 32%, 79%) | |
| HEX | #B8DBD8 | color: #B8DBD8 | |
| RGB | rgb(184, 219, 216) | color: rgb(184, 219, 216) | |
| CMYK | cmyk(16%, 0%, 1%, 14%) | — | |
| HSV | hsv(175, 16%, 86%) | — | |
| HWB | hwb(175 72% 14%) | color: hwb(175 72% 14%) | |
| OKLCH | oklch(0.8653 0.0371 190.13) | color: oklch(0.8653 0.0371 190.13) | |
| Lab | lab(84.9 -12.06 -2.37) | color: lab(84.9 -12.06 -2.37) | |
| LCH | lch(84.9 12.29 191.12) | color: lch(84.9 12.29 191.12) |
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)
#C7C7D9 — rgb(199, 199, 217)
Deuteranopia (Green-blind)
#C5C3D9 — rgb(197, 195, 217)
Tritanopia (Blue-blind)
#BAD9D9 — rgb(186, 217, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 32%, 79%);
text
color: hsl(175, 32%, 79%);
border
border: 2px solid hsl(175, 32%, 79%);
gradient light
background: linear-gradient(to right, hsl(175, 32%, 99%), hsl(175, 32%, 79%));
gradient dark
background: linear-gradient(to right, hsl(175, 32%, 79%), hsl(175, 32%, 59%))
hex
background-color: #B8DBD8;
tailwind
bg-[hsl(175,32%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 32%, 79%, 0.4);
css variable
--color-primary: hsl(175, 32%, 79%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 32%, 79%)?
HEX: #B8DBD8 | RGB: rgb(184, 219, 216) | CMYK: 16%, 0%, 1%, 14% | HSV: 175°, 16%, 86%. Copy any format from the conversion table above.
What colors go well with #B8DBD8?
The complementary color is HSL(355, 32%, 79%). 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, 32%, 79%) in CSS?
As HSL: color: hsl(175, 32%, 79%); — As HEX: color: #B8DBD8; — As RGB: color: rgb(184, 219, 216); — Tailwind CSS: bg-[hsl(175,32%,79%)] — CSS variable: --color-primary: hsl(175, 32%, 79%);