HSL(175, 32%, 83%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,32%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 32%, 83%) | color: hsl(175, 32%, 83%) | |
| HEX | #C6E2DF | color: #C6E2DF | |
| RGB | rgb(198, 226, 223) | color: rgb(198, 226, 223) | |
| CMYK | cmyk(12%, 0%, 1%, 11%) | — | |
| HSV | hsv(174, 12%, 89%) | — | |
| HWB | hwb(174 78% 11%) | color: hwb(174 78% 11%) | |
| OKLCH | oklch(0.8915 0.0299 188.79) | color: oklch(0.8915 0.0299 188.79) | |
| Lab | lab(87.84 -9.78 -1.65) | color: lab(87.84 -9.78 -1.65) | |
| LCH | lch(87.84 9.92 189.58) | color: lch(87.84 9.92 189.58) |
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)
#D2D2E0 — rgb(210, 210, 224)
Deuteranopia (Green-blind)
#D1CEE0 — rgb(209, 206, 224)
Tritanopia (Blue-blind)
#C7E0E0 — rgb(199, 224, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 32%, 83%);
text
color: hsl(175, 32%, 83%);
border
border: 2px solid hsl(175, 32%, 83%);
gradient light
background: linear-gradient(to right, hsl(175, 32%, 100%), hsl(175, 32%, 83%));
gradient dark
background: linear-gradient(to right, hsl(175, 32%, 83%), hsl(175, 32%, 63%))
hex
background-color: #C6E2DF;
tailwind
bg-[hsl(175,32%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 32%, 83%, 0.4);
css variable
--color-primary: hsl(175, 32%, 83%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 32%, 83%)?
HEX: #C6E2DF | RGB: rgb(198, 226, 223) | CMYK: 12%, 0%, 1%, 11% | HSV: 174°, 12%, 89%. Copy any format from the conversion table above.
What colors go well with #C6E2DF?
The complementary color is HSL(355, 32%, 83%). 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%, 83%) in CSS?
As HSL: color: hsl(175, 32%, 83%); — As HEX: color: #C6E2DF; — As RGB: color: rgb(198, 226, 223); — Tailwind CSS: bg-[hsl(175,32%,83%)] — CSS variable: --color-primary: hsl(175, 32%, 83%);