HSL(164, 92%, 64%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(164,92%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(164, 92%, 64%) | color: hsl(164, 92%, 64%) | |
| HEX | #4FF8CB | color: #4FF8CB | |
| RGB | rgb(79, 248, 203) | color: rgb(79, 248, 203) | |
| CMYK | cmyk(68%, 0%, 18%, 3%) | — | |
| HSV | hsv(164, 68%, 97%) | — | |
| HWB | hwb(164 31% 3%) | color: hwb(164 31% 3%) | |
| OKLCH | oklch(0.8818 0.1518 171.18) | color: oklch(0.8818 0.1518 171.18) | |
| Lab | lab(88.5 -53.45 9.14) | color: lab(88.5 -53.45 9.14) | |
| LCH | lch(88.5 54.23 170.3) | color: lch(88.5 54.23 170.3) |
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)
#989AD6 — rgb(152, 154, 214)
Deuteranopia (Green-blind)
#8E82D9 — rgb(142, 130, 217)
Tritanopia (Blue-blind)
#57DEE0 — rgb(87, 222, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(164, 92%, 64%);
text
color: hsl(164, 92%, 64%);
border
border: 2px solid hsl(164, 92%, 64%);
gradient light
background: linear-gradient(to right, hsl(164, 92%, 84%), hsl(164, 92%, 64%));
gradient dark
background: linear-gradient(to right, hsl(164, 92%, 64%), hsl(164, 92%, 44%))
hex
background-color: #4FF8CB;
tailwind
bg-[hsl(164,92%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(164, 92%, 64%, 0.4);
css variable
--color-primary: hsl(164, 92%, 64%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(164, 92%, 64%)?
HEX: #4FF8CB | RGB: rgb(79, 248, 203) | CMYK: 68%, 0%, 18%, 3% | HSV: 164°, 68%, 97%. Copy any format from the conversion table above.
What colors go well with #4FF8CB?
The complementary color is HSL(344, 92%, 64%). For a triadic harmony, use hues 164°, 284°, and 44°. For analogous combinations, try hues 134° and 194°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(164, 92%, 64%) in CSS?
As HSL: color: hsl(164, 92%, 64%); — As HEX: color: #4FF8CB; — As RGB: color: rgb(79, 248, 203); — Tailwind CSS: bg-[hsl(164,92%,64%)] — CSS variable: --color-primary: hsl(164, 92%, 64%);