HSL(190, 85%, 55%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(190,85%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(190, 85%, 55%) | color: hsl(190, 85%, 55%) | |
| HEX | #2BCDEE | color: #2BCDEE | |
| RGB | rgb(43, 205, 238) | color: rgb(43, 205, 238) | |
| CMYK | cmyk(82%, 14%, 0%, 7%) | — | |
| HSV | hsv(190, 82%, 93%) | — | |
| HWB | hwb(190 17% 7%) | color: hwb(190 17% 7%) | |
| OKLCH | oklch(0.7841 0.1316 215.9) | color: oklch(0.7841 0.1316 215.9) | |
| Lab | lab(76.28 -28.6 -27.6) | color: lab(76.28 -28.6 -27.6) | |
| LCH | lch(76.28 39.75 223.98) | color: lch(76.28 39.75 223.98) |
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)
#7173E6 — rgb(113, 115, 230)
Deuteranopia (Green-blind)
#685CE4 — rgb(104, 92, 228)
Tritanopia (Blue-blind)
#33E0DE — rgb(51, 224, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(190, 85%, 55%);
text
color: hsl(190, 85%, 55%);
border
border: 2px solid hsl(190, 85%, 55%);
gradient light
background: linear-gradient(to right, hsl(190, 85%, 75%), hsl(190, 85%, 55%));
gradient dark
background: linear-gradient(to right, hsl(190, 85%, 55%), hsl(190, 85%, 35%))
hex
background-color: #2BCDEE;
tailwind
bg-[hsl(190,85%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(190, 85%, 55%, 0.4);
css variable
--color-primary: hsl(190, 85%, 55%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(190, 85%, 55%)?
HEX: #2BCDEE | RGB: rgb(43, 205, 238) | CMYK: 82%, 14%, 0%, 7% | HSV: 190°, 82%, 93%. Copy any format from the conversion table above.
What colors go well with #2BCDEE?
The complementary color is HSL(10, 85%, 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, 85%, 55%) in CSS?
As HSL: color: hsl(190, 85%, 55%); — As HEX: color: #2BCDEE; — As RGB: color: rgb(43, 205, 238); — Tailwind CSS: bg-[hsl(190,85%,55%)] — CSS variable: --color-primary: hsl(190, 85%, 55%);