HSL(186, 60%, 51%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(186,60%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(186, 60%, 51%) | color: hsl(186, 60%, 51%) | |
| HEX | #37BECD | color: #37BECD | |
| RGB | rgb(55, 190, 205) | color: rgb(55, 190, 205) | |
| CMYK | cmyk(73%, 7%, 0%, 20%) | — | |
| HSV | hsv(186, 73%, 80%) | — | |
| HWB | hwb(186 22% 20%) | color: hwb(186 22% 20%) | |
| OKLCH | oklch(0.7374 0.1133 206.05) | color: oklch(0.7374 0.1133 206.05) | |
| Lab | lab(70.9 -30.38 -17.9) | color: lab(70.9 -30.38 -17.9) | |
| LCH | lch(70.9 35.26 210.51) | color: lch(70.9 35.26 210.51) |
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)
#7173C9 — rgb(113, 115, 201)
Deuteranopia (Green-blind)
#6A60C9 — rgb(106, 96, 201)
Tritanopia (Blue-blind)
#3EC7C6 — rgb(62, 199, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(186, 60%, 51%);
text
color: hsl(186, 60%, 51%);
border
border: 2px solid hsl(186, 60%, 51%);
gradient light
background: linear-gradient(to right, hsl(186, 60%, 71%), hsl(186, 60%, 51%));
gradient dark
background: linear-gradient(to right, hsl(186, 60%, 51%), hsl(186, 60%, 31%))
hex
background-color: #37BECD;
tailwind
bg-[hsl(186,60%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(186, 60%, 51%, 0.4);
css variable
--color-primary: hsl(186, 60%, 51%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(186, 60%, 51%)?
HEX: #37BECD | RGB: rgb(55, 190, 205) | CMYK: 73%, 7%, 0%, 20% | HSV: 186°, 73%, 80%. Copy any format from the conversion table above.
What colors go well with #37BECD?
The complementary color is HSL(6, 60%, 51%). For a triadic harmony, use hues 186°, 306°, and 66°. For analogous combinations, try hues 156° and 216°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(186, 60%, 51%) in CSS?
As HSL: color: hsl(186, 60%, 51%); — As HEX: color: #37BECD; — As RGB: color: rgb(55, 190, 205); — Tailwind CSS: bg-[hsl(186,60%,51%)] — CSS variable: --color-primary: hsl(186, 60%, 51%);