HSL(177, 94%, 52%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(177,94%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 94%, 52%) | color: hsl(177, 94%, 52%) | |
| HEX | #12F8EC | color: #12F8EC | |
| RGB | rgb(18, 248, 236) | color: rgb(18, 248, 236) | |
| CMYK | cmyk(93%, 0%, 5%, 3%) | — | |
| HSV | hsv(177, 93%, 97%) | — | |
| HWB | hwb(177 7% 3%) | color: hwb(177 7% 3%) | |
| OKLCH | oklch(0.8833 0.1519 188.52) | color: oklch(0.8833 0.1519 188.52) | |
| Lab | lab(88.6 -50.07 -7.99) | color: lab(88.6 -50.07 -7.99) | |
| LCH | lch(88.6 50.7 189.07) | color: lch(88.6 50.7 189.07) |
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)
#7678EF — rgb(118, 120, 239)
Deuteranopia (Green-blind)
#6857F0 — rgb(104, 87, 240)
Tritanopia (Blue-blind)
#1EF1F2 — rgb(30, 241, 242)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 94%, 52%);
text
color: hsl(177, 94%, 52%);
border
border: 2px solid hsl(177, 94%, 52%);
gradient light
background: linear-gradient(to right, hsl(177, 94%, 72%), hsl(177, 94%, 52%));
gradient dark
background: linear-gradient(to right, hsl(177, 94%, 52%), hsl(177, 94%, 32%))
hex
background-color: #12F8EC;
tailwind
bg-[hsl(177,94%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 94%, 52%, 0.4);
css variable
--color-primary: hsl(177, 94%, 52%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 94%, 52%)?
HEX: #12F8EC | RGB: rgb(18, 248, 236) | CMYK: 93%, 0%, 5%, 3% | HSV: 177°, 93%, 97%. Copy any format from the conversion table above.
What colors go well with #12F8EC?
The complementary color is HSL(357, 94%, 52%). For a triadic harmony, use hues 177°, 297°, and 57°. For analogous combinations, try hues 147° and 207°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(177, 94%, 52%) in CSS?
As HSL: color: hsl(177, 94%, 52%); — As HEX: color: #12F8EC; — As RGB: color: rgb(18, 248, 236); — Tailwind CSS: bg-[hsl(177,94%,52%)] — CSS variable: --color-primary: hsl(177, 94%, 52%);