HSL(167, 98%, 47%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(167,98%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(167, 98%, 47%) | color: hsl(167, 98%, 47%) | |
| HEX | #02EDBA | color: #02EDBA | |
| RGB | rgb(2, 237, 186) | color: rgb(2, 237, 186) | |
| CMYK | cmyk(99%, 0%, 22%, 7%) | — | |
| HSV | hsv(167, 99%, 93%) | — | |
| HWB | hwb(167 1% 7%) | color: hwb(167 1% 7%) | |
| OKLCH | oklch(0.8415 0.1667 169.86) | color: oklch(0.8415 0.1667 169.86) | |
| Lab | lab(84.03 -59.08 11.5) | color: lab(84.03 -59.08 11.5) | |
| LCH | lch(84.03 60.19 168.99) | color: lch(84.03 60.19 168.99) |
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)
#686AC6 — rgb(104, 106, 198)
Deuteranopia (Green-blind)
#5A49C9 — rgb(90, 73, 201)
Tritanopia (Blue-blind)
#0ED0D2 — rgb(14, 208, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(167, 98%, 47%);
text
color: hsl(167, 98%, 47%);
border
border: 2px solid hsl(167, 98%, 47%);
gradient light
background: linear-gradient(to right, hsl(167, 98%, 67%), hsl(167, 98%, 47%));
gradient dark
background: linear-gradient(to right, hsl(167, 98%, 47%), hsl(167, 98%, 27%))
hex
background-color: #02EDBA;
tailwind
bg-[hsl(167,98%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(167, 98%, 47%, 0.4);
css variable
--color-primary: hsl(167, 98%, 47%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(167, 98%, 47%)?
HEX: #02EDBA | RGB: rgb(2, 237, 186) | CMYK: 99%, 0%, 22%, 7% | HSV: 167°, 99%, 93%. Copy any format from the conversion table above.
What colors go well with #02EDBA?
The complementary color is HSL(347, 98%, 47%). For a triadic harmony, use hues 167°, 287°, and 47°. For analogous combinations, try hues 137° and 197°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(167, 98%, 47%) in CSS?
As HSL: color: hsl(167, 98%, 47%); — As HEX: color: #02EDBA; — As RGB: color: rgb(2, 237, 186); — Tailwind CSS: bg-[hsl(167,98%,47%)] — CSS variable: --color-primary: hsl(167, 98%, 47%);