HSL(167, 99%, 51%)
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,99%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(167, 99%, 51%) | color: hsl(167, 99%, 51%) | |
| HEX | #06FEC8 | color: #06FEC8 | |
| RGB | rgb(6, 254, 200) | color: rgb(6, 254, 200) | |
| CMYK | cmyk(98%, 0%, 21%, 0%) | — | |
| HSV | hsv(167, 98%, 100%) | — | |
| HWB | hwb(167 2% 0%) | color: hwb(167 2% 0%) | |
| OKLCH | oklch(0.887 0.1751 170.01) | color: oklch(0.887 0.1751 170.01) | |
| Lab | lab(89.43 -62.07 11.92) | color: lab(89.43 -62.07 11.92) | |
| LCH | lch(89.43 63.2 169.13) | color: lch(89.43 63.2 169.13) |
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)
#7174D5 — rgb(113, 116, 213)
Deuteranopia (Green-blind)
#6350D8 — rgb(99, 80, 216)
Tritanopia (Blue-blind)
#12DFE2 — rgb(18, 223, 226)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(167, 99%, 51%);
text
color: hsl(167, 99%, 51%);
border
border: 2px solid hsl(167, 99%, 51%);
gradient light
background: linear-gradient(to right, hsl(167, 99%, 71%), hsl(167, 99%, 51%));
gradient dark
background: linear-gradient(to right, hsl(167, 99%, 51%), hsl(167, 99%, 31%))
hex
background-color: #06FEC8;
tailwind
bg-[hsl(167,99%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(167, 99%, 51%, 0.4);
css variable
--color-primary: hsl(167, 99%, 51%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(167, 99%, 51%)?
HEX: #06FEC8 | RGB: rgb(6, 254, 200) | CMYK: 98%, 0%, 21%, 0% | HSV: 167°, 98%, 100%. Copy any format from the conversion table above.
What colors go well with #06FEC8?
The complementary color is HSL(347, 99%, 51%). 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, 99%, 51%) in CSS?
As HSL: color: hsl(167, 99%, 51%); — As HEX: color: #06FEC8; — As RGB: color: rgb(6, 254, 200); — Tailwind CSS: bg-[hsl(167,99%,51%)] — CSS variable: --color-primary: hsl(167, 99%, 51%);