HSL(183, 39%, 55%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(183,39%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(183, 39%, 55%) | color: hsl(183, 39%, 55%) | |
| HEX | #5FB5B9 | color: #5FB5B9 | |
| RGB | rgb(95, 181, 185) | color: rgb(95, 181, 185) | |
| CMYK | cmyk(49%, 2%, 0%, 27%) | — | |
| HSV | hsv(183, 49%, 73%) | — | |
| HWB | hwb(183 37% 27%) | color: hwb(183 37% 27%) | |
| OKLCH | oklch(0.7211 0.0833 199.45) | color: oklch(0.7211 0.0833 199.45) | |
| Lab | lab(68.74 -24.83 -10.06) | color: lab(68.74 -24.83 -10.06) | |
| LCH | lch(68.74 26.79 202.06) | color: lch(68.74 26.79 202.06) |
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)
#8485B8 — rgb(132, 133, 184)
Deuteranopia (Green-blind)
#7F79B8 — rgb(127, 121, 184)
Tritanopia (Blue-blind)
#63B7B7 — rgb(99, 183, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(183, 39%, 55%);
text
color: hsl(183, 39%, 55%);
border
border: 2px solid hsl(183, 39%, 55%);
gradient light
background: linear-gradient(to right, hsl(183, 39%, 75%), hsl(183, 39%, 55%));
gradient dark
background: linear-gradient(to right, hsl(183, 39%, 55%), hsl(183, 39%, 35%))
hex
background-color: #5FB5B9;
tailwind
bg-[hsl(183,39%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(183, 39%, 55%, 0.4);
css variable
--color-primary: hsl(183, 39%, 55%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(183, 39%, 55%)?
HEX: #5FB5B9 | RGB: rgb(95, 181, 185) | CMYK: 49%, 2%, 0%, 27% | HSV: 183°, 49%, 73%. Copy any format from the conversion table above.
What colors go well with #5FB5B9?
The complementary color is HSL(3, 39%, 55%). For a triadic harmony, use hues 183°, 303°, and 63°. For analogous combinations, try hues 153° and 213°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(183, 39%, 55%) in CSS?
As HSL: color: hsl(183, 39%, 55%); — As HEX: color: #5FB5B9; — As RGB: color: rgb(95, 181, 185); — Tailwind CSS: bg-[hsl(183,39%,55%)] — CSS variable: --color-primary: hsl(183, 39%, 55%);