HSL(187, 31%, 72%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(187,31%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 31%, 72%) | color: hsl(187, 31%, 72%) | |
| HEX | #A1C9CE | color: #A1C9CE | |
| RGB | rgb(161, 201, 206) | color: rgb(161, 201, 206) | |
| CMYK | cmyk(22%, 2%, 0%, 19%) | — | |
| HSV | hsv(187, 22%, 81%) | — | |
| HWB | hwb(187 63% 19%) | color: hwb(187 63% 19%) | |
| OKLCH | oklch(0.8087 0.0429 205.73) | color: oklch(0.8087 0.0429 205.73) | |
| Lab | lab(78.35 -12.07 -6.85) | color: lab(78.35 -12.07 -6.85) | |
| LCH | lch(78.35 13.88 209.58) | color: lch(78.35 13.88 209.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)
#B2B3CD — rgb(178, 179, 205)
Deuteranopia (Green-blind)
#B0ADCD — rgb(176, 173, 205)
Tritanopia (Blue-blind)
#A3CCCC — rgb(163, 204, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 31%, 72%);
text
color: hsl(187, 31%, 72%);
border
border: 2px solid hsl(187, 31%, 72%);
gradient light
background: linear-gradient(to right, hsl(187, 31%, 92%), hsl(187, 31%, 72%));
gradient dark
background: linear-gradient(to right, hsl(187, 31%, 72%), hsl(187, 31%, 52%))
hex
background-color: #A1C9CE;
tailwind
bg-[hsl(187,31%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 31%, 72%, 0.4);
css variable
--color-primary: hsl(187, 31%, 72%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 31%, 72%)?
HEX: #A1C9CE | RGB: rgb(161, 201, 206) | CMYK: 22%, 2%, 0%, 19% | HSV: 187°, 22%, 81%. Copy any format from the conversion table above.
What colors go well with #A1C9CE?
The complementary color is HSL(7, 31%, 72%). 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, 31%, 72%) in CSS?
As HSL: color: hsl(187, 31%, 72%); — As HEX: color: #A1C9CE; — As RGB: color: rgb(161, 201, 206); — Tailwind CSS: bg-[hsl(187,31%,72%)] — CSS variable: --color-primary: hsl(187, 31%, 72%);