HSL(173, 99%, 48%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(173,99%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(173, 99%, 48%) | color: hsl(173, 99%, 48%) | |
| HEX | #01F4D7 | color: #01F4D7 | |
| RGB | rgb(1, 244, 215) | color: rgb(1, 244, 215) | |
| CMYK | cmyk(100%, 0%, 12%, 4%) | — | |
| HSV | hsv(173, 100%, 96%) | — | |
| HWB | hwb(173 0% 4%) | color: hwb(173 0% 4%) | |
| OKLCH | oklch(0.8666 0.1571 180) | color: oklch(0.8666 0.1571 180) | |
| Lab | lab(86.8 -54.52 0.34) | color: lab(86.8 -54.52 0.34) | |
| LCH | lch(86.8 54.52 179.64) | color: lch(86.8 54.52 179.64) |
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)
#6A6CDE — rgb(106, 108, 222)
Deuteranopia (Green-blind)
#5C4AE0 — rgb(92, 74, 224)
Tritanopia (Blue-blind)
#0DE4E5 — rgb(13, 228, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(173, 99%, 48%);
text
color: hsl(173, 99%, 48%);
border
border: 2px solid hsl(173, 99%, 48%);
gradient light
background: linear-gradient(to right, hsl(173, 99%, 68%), hsl(173, 99%, 48%));
gradient dark
background: linear-gradient(to right, hsl(173, 99%, 48%), hsl(173, 99%, 28%))
hex
background-color: #01F4D7;
tailwind
bg-[hsl(173,99%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(173, 99%, 48%, 0.4);
css variable
--color-primary: hsl(173, 99%, 48%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(173, 99%, 48%)?
HEX: #01F4D7 | RGB: rgb(1, 244, 215) | CMYK: 100%, 0%, 12%, 4% | HSV: 173°, 100%, 96%. Copy any format from the conversion table above.
What colors go well with #01F4D7?
The complementary color is HSL(353, 99%, 48%). For a triadic harmony, use hues 173°, 293°, and 53°. For analogous combinations, try hues 143° and 203°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(173, 99%, 48%) in CSS?
As HSL: color: hsl(173, 99%, 48%); — As HEX: color: #01F4D7; — As RGB: color: rgb(1, 244, 215); — Tailwind CSS: bg-[hsl(173,99%,48%)] — CSS variable: --color-primary: hsl(173, 99%, 48%);