HSL(170, 90%, 51%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(170,90%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(170, 90%, 51%) | color: hsl(170, 90%, 51%) | |
| HEX | #12F3CD | color: #12F3CD | |
| RGB | rgb(18, 243, 205) | color: rgb(18, 243, 205) | |
| CMYK | cmyk(93%, 0%, 16%, 5%) | — | |
| HSV | hsv(170, 93%, 95%) | — | |
| HWB | hwb(170 7% 5%) | color: hwb(170 7% 5%) | |
| OKLCH | oklch(0.862 0.16 175.69) | color: oklch(0.862 0.16 175.69) | |
| Lab | lab(86.32 -56.27 4.87) | color: lab(86.32 -56.27 4.87) | |
| LCH | lch(86.32 56.48 175.05) | color: lch(86.32 56.48 175.05) |
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)
#7375D6 — rgb(115, 117, 214)
Deuteranopia (Green-blind)
#6656D8 — rgb(102, 86, 216)
Tritanopia (Blue-blind)
#1DDDDF — rgb(29, 221, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(170, 90%, 51%);
text
color: hsl(170, 90%, 51%);
border
border: 2px solid hsl(170, 90%, 51%);
gradient light
background: linear-gradient(to right, hsl(170, 90%, 71%), hsl(170, 90%, 51%));
gradient dark
background: linear-gradient(to right, hsl(170, 90%, 51%), hsl(170, 90%, 31%))
hex
background-color: #12F3CD;
tailwind
bg-[hsl(170,90%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(170, 90%, 51%, 0.4);
css variable
--color-primary: hsl(170, 90%, 51%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(170, 90%, 51%)?
HEX: #12F3CD | RGB: rgb(18, 243, 205) | CMYK: 93%, 0%, 16%, 5% | HSV: 170°, 93%, 95%. Copy any format from the conversion table above.
What colors go well with #12F3CD?
The complementary color is HSL(350, 90%, 51%). For a triadic harmony, use hues 170°, 290°, and 50°. For analogous combinations, try hues 140° and 200°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(170, 90%, 51%) in CSS?
As HSL: color: hsl(170, 90%, 51%); — As HEX: color: #12F3CD; — As RGB: color: rgb(18, 243, 205); — Tailwind CSS: bg-[hsl(170,90%,51%)] — CSS variable: --color-primary: hsl(170, 90%, 51%);