HSL(176, 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(176,85%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(176, 85%, 55%) | color: hsl(176, 85%, 55%) | |
| HEX | #2BEEE1 | color: #2BEEE1 | |
| RGB | rgb(43, 238, 225) | color: rgb(43, 238, 225) | |
| CMYK | cmyk(82%, 0%, 5%, 7%) | — | |
| HSV | hsv(176, 82%, 93%) | — | |
| HWB | hwb(176 17% 7%) | color: hwb(176 17% 7%) | |
| OKLCH | oklch(0.8579 0.1434 187.61) | color: oklch(0.8579 0.1434 187.61) | |
| Lab | lab(85.55 -47.58 -6.72) | color: lab(85.55 -47.58 -6.72) | |
| LCH | lch(85.55 48.05 188.04) | color: lch(85.55 48.05 188.04) |
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)
#7F81E4 — rgb(127, 129, 228)
Deuteranopia (Green-blind)
#7466E5 — rgb(116, 102, 229)
Tritanopia (Blue-blind)
#35E7E7 — rgb(53, 231, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(176, 85%, 55%);
text
color: hsl(176, 85%, 55%);
border
border: 2px solid hsl(176, 85%, 55%);
gradient light
background: linear-gradient(to right, hsl(176, 85%, 75%), hsl(176, 85%, 55%));
gradient dark
background: linear-gradient(to right, hsl(176, 85%, 55%), hsl(176, 85%, 35%))
hex
background-color: #2BEEE1;
tailwind
bg-[hsl(176,85%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(176, 85%, 55%, 0.4);
css variable
--color-primary: hsl(176, 85%, 55%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(176, 85%, 55%)?
HEX: #2BEEE1 | RGB: rgb(43, 238, 225) | CMYK: 82%, 0%, 5%, 7% | HSV: 176°, 82%, 93%. Copy any format from the conversion table above.
What colors go well with #2BEEE1?
The complementary color is HSL(356, 85%, 55%). For a triadic harmony, use hues 176°, 296°, and 56°. For analogous combinations, try hues 146° and 206°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(176, 85%, 55%) in CSS?
As HSL: color: hsl(176, 85%, 55%); — As HEX: color: #2BEEE1; — As RGB: color: rgb(43, 238, 225); — Tailwind CSS: bg-[hsl(176,85%,55%)] — CSS variable: --color-primary: hsl(176, 85%, 55%);