HSL(187, 15%, 39%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(187,15%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 15%, 39%) | color: hsl(187, 15%, 39%) | |
| HEX | #556F72 | color: #556F72 | |
| RGB | rgb(85, 111, 114) | color: rgb(85, 111, 114) | |
| CMYK | cmyk(25%, 3%, 0%, 55%) | — | |
| HSV | hsv(186, 25%, 45%) | — | |
| HWB | hwb(186 34% 55%) | color: hwb(186 34% 55%) | |
| OKLCH | oklch(0.5222 0.0308 205.01) | color: oklch(0.5222 0.0308 205.01) | |
| Lab | lab(44.96 -8.72 -4.78) | color: lab(44.96 -8.72 -4.78) | |
| LCH | lch(44.96 9.94 208.73) | color: lch(44.96 9.94 208.73) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#606071 — rgb(96, 96, 113)
Deuteranopia (Green-blind)
#5F5D71 — rgb(95, 93, 113)
Tritanopia (Blue-blind)
#567171 — rgb(86, 113, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 15%, 39%);
text
color: hsl(187, 15%, 39%);
border
border: 2px solid hsl(187, 15%, 39%);
gradient light
background: linear-gradient(to right, hsl(187, 15%, 59%), hsl(187, 15%, 39%));
gradient dark
background: linear-gradient(to right, hsl(187, 15%, 39%), hsl(187, 15%, 19%))
hex
background-color: #556F72;
tailwind
bg-[hsl(187,15%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 15%, 39%, 0.4);
css variable
--color-primary: hsl(187, 15%, 39%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 15%, 39%)?
HEX: #556F72 | RGB: rgb(85, 111, 114) | CMYK: 25%, 3%, 0%, 55% | HSV: 186°, 25%, 45%. Copy any format from the conversion table above.
What colors go well with #556F72?
The complementary color is HSL(7, 15%, 39%). 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, 15%, 39%) in CSS?
As HSL: color: hsl(187, 15%, 39%); — As HEX: color: #556F72; — As RGB: color: rgb(85, 111, 114); — Tailwind CSS: bg-[hsl(187,15%,39%)] — CSS variable: --color-primary: hsl(187, 15%, 39%);