HSL(188, 94%, 73%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(188,94%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(188, 94%, 73%) | color: hsl(188, 94%, 73%) | |
| HEX | #79EAFB | color: #79EAFB | |
| RGB | rgb(121, 234, 251) | color: rgb(121, 234, 251) | |
| CMYK | cmyk(52%, 7%, 0%, 2%) | — | |
| HSV | hsv(188, 52%, 98%) | — | |
| HWB | hwb(188 47% 2%) | color: hwb(188 47% 2%) | |
| OKLCH | oklch(0.8767 0.1056 208.3) | color: oklch(0.8767 0.1056 208.3) | |
| Lab | lab(86.93 -27.75 -18.13) | color: lab(86.93 -27.75 -18.13) | |
| LCH | lch(86.93 33.15 213.16) | color: lch(86.93 33.15 213.16) |
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)
#AAABF7 — rgb(170, 171, 247)
Deuteranopia (Green-blind)
#A39BF6 — rgb(163, 155, 246)
Tritanopia (Blue-blind)
#7FF4F3 — rgb(127, 244, 243)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(188, 94%, 73%);
text
color: hsl(188, 94%, 73%);
border
border: 2px solid hsl(188, 94%, 73%);
gradient light
background: linear-gradient(to right, hsl(188, 94%, 93%), hsl(188, 94%, 73%));
gradient dark
background: linear-gradient(to right, hsl(188, 94%, 73%), hsl(188, 94%, 53%))
hex
background-color: #79EAFB;
tailwind
bg-[hsl(188,94%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(188, 94%, 73%, 0.4);
css variable
--color-primary: hsl(188, 94%, 73%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(188, 94%, 73%)?
HEX: #79EAFB | RGB: rgb(121, 234, 251) | CMYK: 52%, 7%, 0%, 2% | HSV: 188°, 52%, 98%. Copy any format from the conversion table above.
What colors go well with #79EAFB?
The complementary color is HSL(8, 94%, 73%). For a triadic harmony, use hues 188°, 308°, and 68°. For analogous combinations, try hues 158° and 218°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(188, 94%, 73%) in CSS?
As HSL: color: hsl(188, 94%, 73%); — As HEX: color: #79EAFB; — As RGB: color: rgb(121, 234, 251); — Tailwind CSS: bg-[hsl(188,94%,73%)] — CSS variable: --color-primary: hsl(188, 94%, 73%);