HSL(171, 57%, 85%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(171,57%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(171, 57%, 85%) | color: hsl(171, 57%, 85%) | |
| HEX | #C3EFE8 | color: #C3EFE8 | |
| RGB | rgb(195, 239, 232) | color: rgb(195, 239, 232) | |
| CMYK | cmyk(18%, 0%, 3%, 6%) | — | |
| HSV | hsv(170, 18%, 94%) | — | |
| HWB | hwb(170 77% 6%) | color: hwb(170 77% 6%) | |
| OKLCH | oklch(0.9193 0.0463 184.61) | color: oklch(0.9193 0.0463 184.61) | |
| Lab | lab(91.31 -15.48 -1.31) | color: lab(91.31 -15.48 -1.31) | |
| LCH | lch(91.31 15.54 184.84) | color: lch(91.31 15.54 184.84) |
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)
#D6D6EA — rgb(214, 214, 234)
Deuteranopia (Green-blind)
#D4D0EA — rgb(212, 208, 234)
Tritanopia (Blue-blind)
#C5EBEB — rgb(197, 235, 235)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(171, 57%, 85%);
text
color: hsl(171, 57%, 85%);
border
border: 2px solid hsl(171, 57%, 85%);
gradient light
background: linear-gradient(to right, hsl(171, 57%, 100%), hsl(171, 57%, 85%));
gradient dark
background: linear-gradient(to right, hsl(171, 57%, 85%), hsl(171, 57%, 65%))
hex
background-color: #C3EFE8;
tailwind
bg-[hsl(171,57%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(171, 57%, 85%, 0.4);
css variable
--color-primary: hsl(171, 57%, 85%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(171, 57%, 85%)?
HEX: #C3EFE8 | RGB: rgb(195, 239, 232) | CMYK: 18%, 0%, 3%, 6% | HSV: 170°, 18%, 94%. Copy any format from the conversion table above.
What colors go well with #C3EFE8?
The complementary color is HSL(351, 57%, 85%). For a triadic harmony, use hues 171°, 291°, and 51°. For analogous combinations, try hues 141° and 201°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(171, 57%, 85%) in CSS?
As HSL: color: hsl(171, 57%, 85%); — As HEX: color: #C3EFE8; — As RGB: color: rgb(195, 239, 232); — Tailwind CSS: bg-[hsl(171,57%,85%)] — CSS variable: --color-primary: hsl(171, 57%, 85%);