HSL(187, 37%, 67%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(187,37%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 37%, 67%) | color: hsl(187, 37%, 67%) | |
| HEX | #8CC3CA | color: #8CC3CA | |
| RGB | rgb(140, 195, 202) | color: rgb(140, 195, 202) | |
| CMYK | cmyk(31%, 3%, 0%, 21%) | — | |
| HSV | hsv(187, 31%, 79%) | — | |
| HWB | hwb(187 55% 21%) | color: hwb(187 55% 21%) | |
| OKLCH | oklch(0.7815 0.0578 205.92) | color: oklch(0.7815 0.0578 205.92) | |
| Lab | lab(75.37 -16.08 -9.25) | color: lab(75.37 -16.08 -9.25) | |
| LCH | lch(75.37 18.55 209.91) | color: lch(75.37 18.55 209.91) |
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)
#A4A4C8 — rgb(164, 164, 200)
Deuteranopia (Green-blind)
#A19DC8 — rgb(161, 157, 200)
Tritanopia (Blue-blind)
#8FC7C7 — rgb(143, 199, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 37%, 67%);
text
color: hsl(187, 37%, 67%);
border
border: 2px solid hsl(187, 37%, 67%);
gradient light
background: linear-gradient(to right, hsl(187, 37%, 87%), hsl(187, 37%, 67%));
gradient dark
background: linear-gradient(to right, hsl(187, 37%, 67%), hsl(187, 37%, 47%))
hex
background-color: #8CC3CA;
tailwind
bg-[hsl(187,37%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 37%, 67%, 0.4);
css variable
--color-primary: hsl(187, 37%, 67%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 37%, 67%)?
HEX: #8CC3CA | RGB: rgb(140, 195, 202) | CMYK: 31%, 3%, 0%, 21% | HSV: 187°, 31%, 79%. Copy any format from the conversion table above.
What colors go well with #8CC3CA?
The complementary color is HSL(7, 37%, 67%). 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, 37%, 67%) in CSS?
As HSL: color: hsl(187, 37%, 67%); — As HEX: color: #8CC3CA; — As RGB: color: rgb(140, 195, 202); — Tailwind CSS: bg-[hsl(187,37%,67%)] — CSS variable: --color-primary: hsl(187, 37%, 67%);