HSL(187, 40%, 71%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(187,40%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 40%, 71%) | color: hsl(187, 40%, 71%) | |
| HEX | #97CCD3 | color: #97CCD3 | |
| RGB | rgb(151, 204, 211) | color: rgb(151, 204, 211) | |
| CMYK | cmyk(28%, 3%, 0%, 17%) | — | |
| HSV | hsv(187, 28%, 83%) | — | |
| HWB | hwb(187 60% 17%) | color: hwb(187 60% 17%) | |
| OKLCH | oklch(0.8108 0.0557 206.27) | color: oklch(0.8108 0.0557 206.27) | |
| Lab | lab(78.73 -15.46 -9.03) | color: lab(78.73 -15.46 -9.03) | |
| LCH | lch(78.73 17.9 210.29) | color: lch(78.73 17.9 210.29) |
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)
#AEAED1 — rgb(174, 174, 209)
Deuteranopia (Green-blind)
#ABA7D1 — rgb(171, 167, 209)
Tritanopia (Blue-blind)
#9AD0D0 — rgb(154, 208, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 40%, 71%);
text
color: hsl(187, 40%, 71%);
border
border: 2px solid hsl(187, 40%, 71%);
gradient light
background: linear-gradient(to right, hsl(187, 40%, 91%), hsl(187, 40%, 71%));
gradient dark
background: linear-gradient(to right, hsl(187, 40%, 71%), hsl(187, 40%, 51%))
hex
background-color: #97CCD3;
tailwind
bg-[hsl(187,40%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 40%, 71%, 0.4);
css variable
--color-primary: hsl(187, 40%, 71%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 40%, 71%)?
HEX: #97CCD3 | RGB: rgb(151, 204, 211) | CMYK: 28%, 3%, 0%, 17% | HSV: 187°, 28%, 83%. Copy any format from the conversion table above.
What colors go well with #97CCD3?
The complementary color is HSL(7, 40%, 71%). For a triadic harmony, use hues 187°, 307°, and 67°. For analogous combinations, try hues 157° and 217°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(187, 40%, 71%) in CSS?
As HSL: color: hsl(187, 40%, 71%); — As HEX: color: #97CCD3; — As RGB: color: rgb(151, 204, 211); — Tailwind CSS: bg-[hsl(187,40%,71%)] — CSS variable: --color-primary: hsl(187, 40%, 71%);