HSL(194, 50%, 56%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(194,50%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(194, 50%, 56%) | color: hsl(194, 50%, 56%) | |
| HEX | #57ADC7 | color: #57ADC7 | |
| RGB | rgb(87, 173, 199) | color: rgb(87, 173, 199) | |
| CMYK | cmyk(56%, 13%, 0%, 22%) | — | |
| HSV | hsv(194, 56%, 78%) | — | |
| HWB | hwb(194 34% 22%) | color: hwb(194 34% 22%) | |
| OKLCH | oklch(0.7042 0.0909 220.17) | color: oklch(0.7042 0.0909 220.17) | |
| Lab | lab(66.55 -18.5 -21.14) | color: lab(66.55 -18.5 -21.14) | |
| LCH | lch(66.55 28.09 228.81) | color: lch(66.55 28.09 228.81) |
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)
#7C7DC1 — rgb(124, 125, 193)
Deuteranopia (Green-blind)
#7771BF — rgb(119, 113, 191)
Tritanopia (Blue-blind)
#5BBCBB — rgb(91, 188, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(194, 50%, 56%);
text
color: hsl(194, 50%, 56%);
border
border: 2px solid hsl(194, 50%, 56%);
gradient light
background: linear-gradient(to right, hsl(194, 50%, 76%), hsl(194, 50%, 56%));
gradient dark
background: linear-gradient(to right, hsl(194, 50%, 56%), hsl(194, 50%, 36%))
hex
background-color: #57ADC7;
tailwind
bg-[hsl(194,50%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(194, 50%, 56%, 0.4);
css variable
--color-primary: hsl(194, 50%, 56%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(194, 50%, 56%)?
HEX: #57ADC7 | RGB: rgb(87, 173, 199) | CMYK: 56%, 13%, 0%, 22% | HSV: 194°, 56%, 78%. Copy any format from the conversion table above.
What colors go well with #57ADC7?
The complementary color is HSL(14, 50%, 56%). For a triadic harmony, use hues 194°, 314°, and 74°. For analogous combinations, try hues 164° and 224°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(194, 50%, 56%) in CSS?
As HSL: color: hsl(194, 50%, 56%); — As HEX: color: #57ADC7; — As RGB: color: rgb(87, 173, 199); — Tailwind CSS: bg-[hsl(194,50%,56%)] — CSS variable: --color-primary: hsl(194, 50%, 56%);