HSL(187, 65%, 53%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(187,65%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 65%, 53%) | color: hsl(187, 65%, 53%) | |
| HEX | #39C3D5 | color: #39C3D5 | |
| RGB | rgb(57, 195, 213) | color: rgb(57, 195, 213) | |
| CMYK | cmyk(73%, 8%, 0%, 16%) | — | |
| HSV | hsv(187, 73%, 84%) | — | |
| HWB | hwb(187 23% 16%) | color: hwb(187 23% 16%) | |
| OKLCH | oklch(0.7529 0.1161 207.92) | color: oklch(0.7529 0.1161 207.92) | |
| Lab | lab(72.69 -30.15 -19.54) | color: lab(72.69 -30.15 -19.54) | |
| LCH | lch(72.69 35.93 212.95) | color: lch(72.69 35.93 212.95) |
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)
#7576D1 — rgb(117, 118, 209)
Deuteranopia (Green-blind)
#6D62D0 — rgb(109, 98, 208)
Tritanopia (Blue-blind)
#40CDCC — rgb(64, 205, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 65%, 53%);
text
color: hsl(187, 65%, 53%);
border
border: 2px solid hsl(187, 65%, 53%);
gradient light
background: linear-gradient(to right, hsl(187, 65%, 73%), hsl(187, 65%, 53%));
gradient dark
background: linear-gradient(to right, hsl(187, 65%, 53%), hsl(187, 65%, 33%))
hex
background-color: #39C3D5;
tailwind
bg-[hsl(187,65%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 65%, 53%, 0.4);
css variable
--color-primary: hsl(187, 65%, 53%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 65%, 53%)?
HEX: #39C3D5 | RGB: rgb(57, 195, 213) | CMYK: 73%, 8%, 0%, 16% | HSV: 187°, 73%, 84%. Copy any format from the conversion table above.
What colors go well with #39C3D5?
The complementary color is HSL(7, 65%, 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, 65%, 53%) in CSS?
As HSL: color: hsl(187, 65%, 53%); — As HEX: color: #39C3D5; — As RGB: color: rgb(57, 195, 213); — Tailwind CSS: bg-[hsl(187,65%,53%)] — CSS variable: --color-primary: hsl(187, 65%, 53%);