HSL(182, 43%, 67%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(182,43%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(182, 43%, 67%) | color: hsl(182, 43%, 67%) | |
| HEX | #87CDCF | color: #87CDCF | |
| RGB | rgb(135, 205, 207) | color: rgb(135, 205, 207) | |
| CMYK | cmyk(35%, 1%, 0%, 19%) | — | |
| HSV | hsv(182, 35%, 81%) | — | |
| HWB | hwb(182 53% 19%) | color: hwb(182 53% 19%) | |
| OKLCH | oklch(0.8028 0.0703 198.14) | color: oklch(0.8028 0.0703 198.14) | |
| Lab | lab(78.06 -21.36 -7.97) | color: lab(78.06 -21.36 -7.97) | |
| LCH | lch(78.06 22.8 200.46) | color: lch(78.06 22.8 200.46) |
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)
#A5A6CF — rgb(165, 166, 207)
Deuteranopia (Green-blind)
#A19CCE — rgb(161, 156, 206)
Tritanopia (Blue-blind)
#8BCECE — rgb(139, 206, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(182, 43%, 67%);
text
color: hsl(182, 43%, 67%);
border
border: 2px solid hsl(182, 43%, 67%);
gradient light
background: linear-gradient(to right, hsl(182, 43%, 87%), hsl(182, 43%, 67%));
gradient dark
background: linear-gradient(to right, hsl(182, 43%, 67%), hsl(182, 43%, 47%))
hex
background-color: #87CDCF;
tailwind
bg-[hsl(182,43%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(182, 43%, 67%, 0.4);
css variable
--color-primary: hsl(182, 43%, 67%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(182, 43%, 67%)?
HEX: #87CDCF | RGB: rgb(135, 205, 207) | CMYK: 35%, 1%, 0%, 19% | HSV: 182°, 35%, 81%. Copy any format from the conversion table above.
What colors go well with #87CDCF?
The complementary color is HSL(2, 43%, 67%). For a triadic harmony, use hues 182°, 302°, and 62°. For analogous combinations, try hues 152° and 212°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(182, 43%, 67%) in CSS?
As HSL: color: hsl(182, 43%, 67%); — As HEX: color: #87CDCF; — As RGB: color: rgb(135, 205, 207); — Tailwind CSS: bg-[hsl(182,43%,67%)] — CSS variable: --color-primary: hsl(182, 43%, 67%);