HSL(171, 58%, 84%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(171,58%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(171, 58%, 84%) | color: hsl(171, 58%, 84%) | |
| HEX | #BFEEE7 | color: #BFEEE7 | |
| RGB | rgb(191, 238, 231) | color: rgb(191, 238, 231) | |
| CMYK | cmyk(20%, 0%, 3%, 7%) | — | |
| HSV | hsv(171, 20%, 93%) | — | |
| HWB | hwb(171 74% 7%) | color: hwb(171 74% 7%) | |
| OKLCH | oklch(0.9144 0.0492 185.24) | color: oklch(0.9144 0.0492 185.24) | |
| Lab | lab(90.78 -16.41 -1.59) | color: lab(90.78 -16.41 -1.59) | |
| LCH | lch(90.78 16.49 185.53) | color: lch(90.78 16.49 185.53) |
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)
#D3D4E9 — rgb(211, 212, 233)
Deuteranopia (Green-blind)
#D1CDE9 — rgb(209, 205, 233)
Tritanopia (Blue-blind)
#C1EAEA — rgb(193, 234, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(171, 58%, 84%);
text
color: hsl(171, 58%, 84%);
border
border: 2px solid hsl(171, 58%, 84%);
gradient light
background: linear-gradient(to right, hsl(171, 58%, 100%), hsl(171, 58%, 84%));
gradient dark
background: linear-gradient(to right, hsl(171, 58%, 84%), hsl(171, 58%, 64%))
hex
background-color: #BFEEE7;
tailwind
bg-[hsl(171,58%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(171, 58%, 84%, 0.4);
css variable
--color-primary: hsl(171, 58%, 84%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(171, 58%, 84%)?
HEX: #BFEEE7 | RGB: rgb(191, 238, 231) | CMYK: 20%, 0%, 3%, 7% | HSV: 171°, 20%, 93%. Copy any format from the conversion table above.
What colors go well with #BFEEE7?
The complementary color is HSL(351, 58%, 84%). 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, 58%, 84%) in CSS?
As HSL: color: hsl(171, 58%, 84%); — As HEX: color: #BFEEE7; — As RGB: color: rgb(191, 238, 231); — Tailwind CSS: bg-[hsl(171,58%,84%)] — CSS variable: --color-primary: hsl(171, 58%, 84%);