HSL(181, 83%, 46%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(181,83%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(181, 83%, 46%) | color: hsl(181, 83%, 46%) | |
| HEX | #14D3D7 | color: #14D3D7 | |
| RGB | rgb(20, 211, 215) | color: rgb(20, 211, 215) | |
| CMYK | cmyk(91%, 2%, 0%, 16%) | — | |
| HSV | hsv(181, 91%, 84%) | — | |
| HWB | hwb(181 8% 16%) | color: hwb(181 8% 16%) | |
| OKLCH | oklch(0.7872 0.1319 197.28) | color: oklch(0.7872 0.1319 197.28) | |
| Lab | lab(77.06 -39.9 -14.07) | color: lab(77.06 -39.9 -14.07) | |
| LCH | lch(77.06 42.31 199.42) | color: lch(77.06 42.31 199.42) |
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)
#6768D6 — rgb(103, 104, 214)
Deuteranopia (Green-blind)
#5C4DD6 — rgb(92, 77, 214)
Tritanopia (Blue-blind)
#1ED5D5 — rgb(30, 213, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(181, 83%, 46%);
text
color: hsl(181, 83%, 46%);
border
border: 2px solid hsl(181, 83%, 46%);
gradient light
background: linear-gradient(to right, hsl(181, 83%, 66%), hsl(181, 83%, 46%));
gradient dark
background: linear-gradient(to right, hsl(181, 83%, 46%), hsl(181, 83%, 26%))
hex
background-color: #14D3D7;
tailwind
bg-[hsl(181,83%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(181, 83%, 46%, 0.4);
css variable
--color-primary: hsl(181, 83%, 46%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(181, 83%, 46%)?
HEX: #14D3D7 | RGB: rgb(20, 211, 215) | CMYK: 91%, 2%, 0%, 16% | HSV: 181°, 91%, 84%. Copy any format from the conversion table above.
What colors go well with #14D3D7?
The complementary color is HSL(1, 83%, 46%). For a triadic harmony, use hues 181°, 301°, and 61°. For analogous combinations, try hues 151° and 211°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(181, 83%, 46%) in CSS?
As HSL: color: hsl(181, 83%, 46%); — As HEX: color: #14D3D7; — As RGB: color: rgb(20, 211, 215); — Tailwind CSS: bg-[hsl(181,83%,46%)] — CSS variable: --color-primary: hsl(181, 83%, 46%);