HSL(187, 39%, 53%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(187,39%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 39%, 53%) | color: hsl(187, 39%, 53%) | |
| HEX | #58ABB6 | color: #58ABB6 | |
| RGB | rgb(88, 171, 182) | color: rgb(88, 171, 182) | |
| CMYK | cmyk(52%, 6%, 0%, 29%) | — | |
| HSV | hsv(187, 52%, 71%) | — | |
| HWB | hwb(187 34% 29%) | color: hwb(187 34% 29%) | |
| OKLCH | oklch(0.6934 0.0821 206.78) | color: oklch(0.6934 0.0821 206.78) | |
| Lab | lab(65.42 -22.14 -13.41) | color: lab(65.42 -22.14 -13.41) | |
| LCH | lch(65.42 25.88 211.2) | color: lch(65.42 25.88 211.2) |
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)
#7C7DB3 — rgb(124, 125, 179)
Deuteranopia (Green-blind)
#7771B3 — rgb(119, 113, 179)
Tritanopia (Blue-blind)
#5CB1B1 — rgb(92, 177, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 39%, 53%);
text
color: hsl(187, 39%, 53%);
border
border: 2px solid hsl(187, 39%, 53%);
gradient light
background: linear-gradient(to right, hsl(187, 39%, 73%), hsl(187, 39%, 53%));
gradient dark
background: linear-gradient(to right, hsl(187, 39%, 53%), hsl(187, 39%, 33%))
hex
background-color: #58ABB6;
tailwind
bg-[hsl(187,39%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 39%, 53%, 0.4);
css variable
--color-primary: hsl(187, 39%, 53%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 39%, 53%)?
HEX: #58ABB6 | RGB: rgb(88, 171, 182) | CMYK: 52%, 6%, 0%, 29% | HSV: 187°, 52%, 71%. Copy any format from the conversion table above.
What colors go well with #58ABB6?
The complementary color is HSL(7, 39%, 53%). 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, 39%, 53%) in CSS?
As HSL: color: hsl(187, 39%, 53%); — As HEX: color: #58ABB6; — As RGB: color: rgb(88, 171, 182); — Tailwind CSS: bg-[hsl(187,39%,53%)] — CSS variable: --color-primary: hsl(187, 39%, 53%);