HSL(190, 70%, 55%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(190,70%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(190, 70%, 55%) | color: hsl(190, 70%, 55%) | |
| HEX | #3CC2DD | color: #3CC2DD | |
| RGB | rgb(60, 194, 221) | color: rgb(60, 194, 221) | |
| CMYK | cmyk(73%, 12%, 0%, 13%) | — | |
| HSV | hsv(190, 73%, 87%) | — | |
| HWB | hwb(190 23% 13%) | color: hwb(190 23% 13%) | |
| OKLCH | oklch(0.7543 0.1177 214.33) | color: oklch(0.7543 0.1177 214.33) | |
| Lab | lab(72.73 -26.84 -23.82) | color: lab(72.73 -26.84 -23.82) | |
| LCH | lch(72.73 35.89 221.59) | color: lch(72.73 35.89 221.59) |
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)
#7677D6 — rgb(118, 119, 214)
Deuteranopia (Green-blind)
#6E64D5 — rgb(110, 100, 213)
Tritanopia (Blue-blind)
#43D1D0 — rgb(67, 209, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(190, 70%, 55%);
text
color: hsl(190, 70%, 55%);
border
border: 2px solid hsl(190, 70%, 55%);
gradient light
background: linear-gradient(to right, hsl(190, 70%, 75%), hsl(190, 70%, 55%));
gradient dark
background: linear-gradient(to right, hsl(190, 70%, 55%), hsl(190, 70%, 35%))
hex
background-color: #3CC2DD;
tailwind
bg-[hsl(190,70%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(190, 70%, 55%, 0.4);
css variable
--color-primary: hsl(190, 70%, 55%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(190, 70%, 55%)?
HEX: #3CC2DD | RGB: rgb(60, 194, 221) | CMYK: 73%, 12%, 0%, 13% | HSV: 190°, 73%, 87%. Copy any format from the conversion table above.
What colors go well with #3CC2DD?
The complementary color is HSL(10, 70%, 55%). For a triadic harmony, use hues 190°, 310°, and 70°. For analogous combinations, try hues 160° and 220°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(190, 70%, 55%) in CSS?
As HSL: color: hsl(190, 70%, 55%); — As HEX: color: #3CC2DD; — As RGB: color: rgb(60, 194, 221); — Tailwind CSS: bg-[hsl(190,70%,55%)] — CSS variable: --color-primary: hsl(190, 70%, 55%);