HSL(171, 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(171,100%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(171, 100%, 44%) | color: hsl(171, 100%, 44%) | |
| HEX | #00E0BF | color: #00E0BF | |
| RGB | rgb(0, 224, 191) | color: rgb(0, 224, 191) | |
| CMYK | cmyk(100%, 0%, 15%, 12%) | — | |
| HSV | hsv(171, 100%, 88%) | — | |
| HWB | hwb(171 0% 12%) | color: hwb(171 0% 12%) | |
| OKLCH | oklch(0.8106 0.1505 176.88) | color: oklch(0.8106 0.1505 176.88) | |
| Lab | lab(80.22 -52.79 3.4) | color: lab(80.22 -52.79 3.4) | |
| LCH | lch(80.22 52.9 176.31) | color: lch(80.22 52.9 176.31) |
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)
#6163C7 — rgb(97, 99, 199)
Deuteranopia (Green-blind)
#5443C9 — rgb(84, 67, 201)
Tritanopia (Blue-blind)
#0BCDCF — rgb(11, 205, 207)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(171, 100%, 44%);
text
color: hsl(171, 100%, 44%);
border
border: 2px solid hsl(171, 100%, 44%);
gradient light
background: linear-gradient(to right, hsl(171, 100%, 64%), hsl(171, 100%, 44%));
gradient dark
background: linear-gradient(to right, hsl(171, 100%, 44%), hsl(171, 100%, 24%))
hex
background-color: #00E0BF;
tailwind
bg-[hsl(171,100%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(171, 100%, 44%, 0.4);
css variable
--color-primary: hsl(171, 100%, 44%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(171, 100%, 44%)?
HEX: #00E0BF | RGB: rgb(0, 224, 191) | CMYK: 100%, 0%, 15%, 12% | HSV: 171°, 100%, 88%. Copy any format from the conversion table above.
What colors go well with #00E0BF?
The complementary color is HSL(351, 100%, 44%). For a triadic harmony, use hues 171°, 291°, and 51°. For analogous combinations, try hues 141° and 201°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(171, 100%, 44%) in CSS?
As HSL: color: hsl(171, 100%, 44%); — As HEX: color: #00E0BF; — As RGB: color: rgb(0, 224, 191); — Tailwind CSS: bg-[hsl(171,100%,44%)] — CSS variable: --color-primary: hsl(171, 100%, 44%);