HSL(191, 96%, 68%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(191,96%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(191, 96%, 68%) | color: hsl(191, 96%, 68%) | |
| HEX | #5FDFFC | color: #5FDFFC | |
| RGB | rgb(95, 223, 252) | color: rgb(95, 223, 252) | |
| CMYK | cmyk(62%, 12%, 0%, 1%) | — | |
| HSV | hsv(191, 62%, 99%) | — | |
| HWB | hwb(191 38% 1%) | color: hwb(191 38% 1%) | |
| OKLCH | oklch(0.8432 0.1186 215.25) | color: oklch(0.8432 0.1186 215.25) | |
| Lab | lab(83.04 -26.86 -24.64) | color: lab(83.04 -26.86 -24.64) | |
| LCH | lch(83.04 36.45 222.53) | color: lch(83.04 36.45 222.53) |
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)
#9698F5 — rgb(150, 152, 245)
Deuteranopia (Green-blind)
#8F85F3 — rgb(143, 133, 243)
Tritanopia (Blue-blind)
#65EFEE — rgb(101, 239, 238)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(191, 96%, 68%);
text
color: hsl(191, 96%, 68%);
border
border: 2px solid hsl(191, 96%, 68%);
gradient light
background: linear-gradient(to right, hsl(191, 96%, 88%), hsl(191, 96%, 68%));
gradient dark
background: linear-gradient(to right, hsl(191, 96%, 68%), hsl(191, 96%, 48%))
hex
background-color: #5FDFFC;
tailwind
bg-[hsl(191,96%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(191, 96%, 68%, 0.4);
css variable
--color-primary: hsl(191, 96%, 68%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(191, 96%, 68%)?
HEX: #5FDFFC | RGB: rgb(95, 223, 252) | CMYK: 62%, 12%, 0%, 1% | HSV: 191°, 62%, 99%. Copy any format from the conversion table above.
What colors go well with #5FDFFC?
The complementary color is HSL(11, 96%, 68%). For a triadic harmony, use hues 191°, 311°, and 71°. For analogous combinations, try hues 161° and 221°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(191, 96%, 68%) in CSS?
As HSL: color: hsl(191, 96%, 68%); — As HEX: color: #5FDFFC; — As RGB: color: rgb(95, 223, 252); — Tailwind CSS: bg-[hsl(191,96%,68%)] — CSS variable: --color-primary: hsl(191, 96%, 68%);