HSL(192, 27%, 63%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(192,27%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(192, 27%, 63%) | color: hsl(192, 27%, 63%) | |
| HEX | #87B0BA | color: #87B0BA | |
| RGB | rgb(135, 176, 186) | color: rgb(135, 176, 186) | |
| CMYK | cmyk(27%, 5%, 0%, 27%) | — | |
| HSV | hsv(192, 27%, 73%) | — | |
| HWB | hwb(192 53% 27%) | color: hwb(192 53% 27%) | |
| OKLCH | oklch(0.7309 0.0463 214.33) | color: oklch(0.7309 0.0463 214.33) | |
| Lab | lab(69.29 -11.38 -9.59) | color: lab(69.29 -11.38 -9.59) | |
| LCH | lch(69.29 14.88 220.12) | color: lch(69.29 14.88 220.12) |
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)
#9999B8 — rgb(153, 153, 184)
Deuteranopia (Green-blind)
#9693B7 — rgb(150, 147, 183)
Tritanopia (Blue-blind)
#89B6B5 — rgb(137, 182, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(192, 27%, 63%);
text
color: hsl(192, 27%, 63%);
border
border: 2px solid hsl(192, 27%, 63%);
gradient light
background: linear-gradient(to right, hsl(192, 27%, 83%), hsl(192, 27%, 63%));
gradient dark
background: linear-gradient(to right, hsl(192, 27%, 63%), hsl(192, 27%, 43%))
hex
background-color: #87B0BA;
tailwind
bg-[hsl(192,27%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(192, 27%, 63%, 0.4);
css variable
--color-primary: hsl(192, 27%, 63%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(192, 27%, 63%)?
HEX: #87B0BA | RGB: rgb(135, 176, 186) | CMYK: 27%, 5%, 0%, 27% | HSV: 192°, 27%, 73%. Copy any format from the conversion table above.
What colors go well with #87B0BA?
The complementary color is HSL(12, 27%, 63%). For a triadic harmony, use hues 192°, 312°, and 72°. For analogous combinations, try hues 162° and 222°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(192, 27%, 63%) in CSS?
As HSL: color: hsl(192, 27%, 63%); — As HEX: color: #87B0BA; — As RGB: color: rgb(135, 176, 186); — Tailwind CSS: bg-[hsl(192,27%,63%)] — CSS variable: --color-primary: hsl(192, 27%, 63%);