HSL(182, 98%, 45%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(182,98%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(182, 98%, 45%) | color: hsl(182, 98%, 45%) | |
| HEX | #02DCE3 | color: #02DCE3 | |
| RGB | rgb(2, 220, 227) | color: rgb(2, 220, 227) | |
| CMYK | cmyk(99%, 3%, 0%, 11%) | — | |
| HSV | hsv(182, 99%, 89%) | — | |
| HWB | hwb(182 1% 11%) | color: hwb(182 1% 11%) | |
| OKLCH | oklch(0.8124 0.138 198.89) | color: oklch(0.8124 0.138 198.89) | |
| Lab | lab(80.03 -40.88 -16.04) | color: lab(80.03 -40.88 -16.04) | |
| LCH | lch(80.03 43.91 201.42) | color: lch(80.03 43.91 201.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)
#6062E1 — rgb(96, 98, 225)
Deuteranopia (Green-blind)
#5443E1 — rgb(84, 67, 225)
Tritanopia (Blue-blind)
#0DE0E0 — rgb(13, 224, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(182, 98%, 45%);
text
color: hsl(182, 98%, 45%);
border
border: 2px solid hsl(182, 98%, 45%);
gradient light
background: linear-gradient(to right, hsl(182, 98%, 65%), hsl(182, 98%, 45%));
gradient dark
background: linear-gradient(to right, hsl(182, 98%, 45%), hsl(182, 98%, 25%))
hex
background-color: #02DCE3;
tailwind
bg-[hsl(182,98%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(182, 98%, 45%, 0.4);
css variable
--color-primary: hsl(182, 98%, 45%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(182, 98%, 45%)?
HEX: #02DCE3 | RGB: rgb(2, 220, 227) | CMYK: 99%, 3%, 0%, 11% | HSV: 182°, 99%, 89%. Copy any format from the conversion table above.
What colors go well with #02DCE3?
The complementary color is HSL(2, 98%, 45%). For a triadic harmony, use hues 182°, 302°, and 62°. For analogous combinations, try hues 152° and 212°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(182, 98%, 45%) in CSS?
As HSL: color: hsl(182, 98%, 45%); — As HEX: color: #02DCE3; — As RGB: color: rgb(2, 220, 227); — Tailwind CSS: bg-[hsl(182,98%,45%)] — CSS variable: --color-primary: hsl(182, 98%, 45%);