HSL(174, 100%, 44%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(174,100%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(174, 100%, 44%) | color: hsl(174, 100%, 44%) | |
| HEX | #00E0CA | color: #00E0CA | |
| RGB | rgb(0, 224, 202) | color: rgb(0, 224, 202) | |
| CMYK | cmyk(100%, 0%, 10%, 12%) | — | |
| HSV | hsv(174, 100%, 88%) | — | |
| HWB | hwb(174 0% 12%) | color: hwb(174 0% 12%) | |
| OKLCH | oklch(0.8138 0.1454 182.49) | color: oklch(0.8138 0.1454 182.49) | |
| Lab | lab(80.5 -49.84 -2.03) | color: lab(80.5 -49.84 -2.03) | |
| LCH | lch(80.5 49.88 182.33) | color: lch(80.5 49.88 182.33) |
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)
#6163CF — rgb(97, 99, 207)
Deuteranopia (Green-blind)
#5443D1 — rgb(84, 67, 209)
Tritanopia (Blue-blind)
#0BD4D4 — rgb(11, 212, 212)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(174, 100%, 44%);
text
color: hsl(174, 100%, 44%);
border
border: 2px solid hsl(174, 100%, 44%);
gradient light
background: linear-gradient(to right, hsl(174, 100%, 64%), hsl(174, 100%, 44%));
gradient dark
background: linear-gradient(to right, hsl(174, 100%, 44%), hsl(174, 100%, 24%))
hex
background-color: #00E0CA;
tailwind
bg-[hsl(174,100%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(174, 100%, 44%, 0.4);
css variable
--color-primary: hsl(174, 100%, 44%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(174, 100%, 44%)?
HEX: #00E0CA | RGB: rgb(0, 224, 202) | CMYK: 100%, 0%, 10%, 12% | HSV: 174°, 100%, 88%. Copy any format from the conversion table above.
What colors go well with #00E0CA?
The complementary color is HSL(354, 100%, 44%). For a triadic harmony, use hues 174°, 294°, and 54°. For analogous combinations, try hues 144° and 204°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(174, 100%, 44%) in CSS?
As HSL: color: hsl(174, 100%, 44%); — As HEX: color: #00E0CA; — As RGB: color: rgb(0, 224, 202); — Tailwind CSS: bg-[hsl(174,100%,44%)] — CSS variable: --color-primary: hsl(174, 100%, 44%);