HSL(188, 90%, 56%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(188,90%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(188, 90%, 56%) | color: hsl(188, 90%, 56%) | |
| HEX | #2AD9F4 | color: #2AD9F4 | |
| RGB | rgb(42, 217, 244) | color: rgb(42, 217, 244) | |
| CMYK | cmyk(83%, 11%, 0%, 4%) | — | |
| HSV | hsv(188, 83%, 96%) | — | |
| HWB | hwb(188 16% 4%) | color: hwb(188 16% 4%) | |
| OKLCH | oklch(0.8146 0.135 211.32) | color: oklch(0.8146 0.135 211.32) | |
| Lab | lab(79.98 -32.59 -25.15) | color: lab(79.98 -32.59 -25.15) | |
| LCH | lch(79.98 41.17 217.66) | color: lch(79.98 41.17 217.66) |
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)
#7677ED — rgb(118, 119, 237)
Deuteranopia (Green-blind)
#6C5FEC — rgb(108, 95, 236)
Tritanopia (Blue-blind)
#33E8E7 — rgb(51, 232, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(188, 90%, 56%);
text
color: hsl(188, 90%, 56%);
border
border: 2px solid hsl(188, 90%, 56%);
gradient light
background: linear-gradient(to right, hsl(188, 90%, 76%), hsl(188, 90%, 56%));
gradient dark
background: linear-gradient(to right, hsl(188, 90%, 56%), hsl(188, 90%, 36%))
hex
background-color: #2AD9F4;
tailwind
bg-[hsl(188,90%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(188, 90%, 56%, 0.4);
css variable
--color-primary: hsl(188, 90%, 56%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(188, 90%, 56%)?
HEX: #2AD9F4 | RGB: rgb(42, 217, 244) | CMYK: 83%, 11%, 0%, 4% | HSV: 188°, 83%, 96%. Copy any format from the conversion table above.
What colors go well with #2AD9F4?
The complementary color is HSL(8, 90%, 56%). For a triadic harmony, use hues 188°, 308°, and 68°. For analogous combinations, try hues 158° and 218°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(188, 90%, 56%) in CSS?
As HSL: color: hsl(188, 90%, 56%); — As HEX: color: #2AD9F4; — As RGB: color: rgb(42, 217, 244); — Tailwind CSS: bg-[hsl(188,90%,56%)] — CSS variable: --color-primary: hsl(188, 90%, 56%);