HSL(175, 85%, 47%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,85%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 85%, 47%) | color: hsl(175, 85%, 47%) | |
| HEX | #12DECD | color: #12DECD | |
| RGB | rgb(18, 222, 205) | color: rgb(18, 222, 205) | |
| CMYK | cmyk(92%, 0%, 8%, 13%) | — | |
| HSV | hsv(175, 92%, 87%) | — | |
| HWB | hwb(175 7% 13%) | color: hwb(175 7% 13%) | |
| OKLCH | oklch(0.8106 0.1411 185.02) | color: oklch(0.8106 0.1411 185.02) | |
| Lab | lab(80.05 -47.68 -4.28) | color: lab(80.05 -47.68 -4.28) | |
| LCH | lch(80.05 47.87 185.13) | color: lch(80.05 47.87 185.13) |
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)
#6A6CD1 — rgb(106, 108, 209)
Deuteranopia (Green-blind)
#5F4FD2 — rgb(95, 79, 210)
Tritanopia (Blue-blind)
#1CD4D5 — rgb(28, 212, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 85%, 47%);
text
color: hsl(175, 85%, 47%);
border
border: 2px solid hsl(175, 85%, 47%);
gradient light
background: linear-gradient(to right, hsl(175, 85%, 67%), hsl(175, 85%, 47%));
gradient dark
background: linear-gradient(to right, hsl(175, 85%, 47%), hsl(175, 85%, 27%))
hex
background-color: #12DECD;
tailwind
bg-[hsl(175,85%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 85%, 47%, 0.4);
css variable
--color-primary: hsl(175, 85%, 47%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 85%, 47%)?
HEX: #12DECD | RGB: rgb(18, 222, 205) | CMYK: 92%, 0%, 8%, 13% | HSV: 175°, 92%, 87%. Copy any format from the conversion table above.
What colors go well with #12DECD?
The complementary color is HSL(355, 85%, 47%). For a triadic harmony, use hues 175°, 295°, and 55°. For analogous combinations, try hues 145° and 205°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(175, 85%, 47%) in CSS?
As HSL: color: hsl(175, 85%, 47%); — As HEX: color: #12DECD; — As RGB: color: rgb(18, 222, 205); — Tailwind CSS: bg-[hsl(175,85%,47%)] — CSS variable: --color-primary: hsl(175, 85%, 47%);