HSL(193, 93%, 77%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(193,93%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(193, 93%, 77%) | color: hsl(193, 93%, 77%) | |
| HEX | #8EE3FB | color: #8EE3FB | |
| RGB | rgb(142, 227, 251) | color: rgb(142, 227, 251) | |
| CMYK | cmyk(43%, 10%, 0%, 2%) | — | |
| HSV | hsv(193, 43%, 98%) | — | |
| HWB | hwb(193 56% 2%) | color: hwb(193 56% 2%) | |
| OKLCH | oklch(0.8701 0.0887 217.77) | color: oklch(0.8701 0.0887 217.77) | |
| Lab | lab(85.83 -19.68 -19.71) | color: lab(85.83 -19.68 -19.71) | |
| LCH | lch(85.83 27.85 225.04) | color: lch(85.83 27.85 225.04) |
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)
#B3B4F5 — rgb(179, 180, 245)
Deuteranopia (Green-blind)
#AEA8F4 — rgb(174, 168, 244)
Tritanopia (Blue-blind)
#92F1F0 — rgb(146, 241, 240)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(193, 93%, 77%);
text
color: hsl(193, 93%, 77%);
border
border: 2px solid hsl(193, 93%, 77%);
gradient light
background: linear-gradient(to right, hsl(193, 93%, 97%), hsl(193, 93%, 77%));
gradient dark
background: linear-gradient(to right, hsl(193, 93%, 77%), hsl(193, 93%, 57%))
hex
background-color: #8EE3FB;
tailwind
bg-[hsl(193,93%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(193, 93%, 77%, 0.4);
css variable
--color-primary: hsl(193, 93%, 77%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(193, 93%, 77%)?
HEX: #8EE3FB | RGB: rgb(142, 227, 251) | CMYK: 43%, 10%, 0%, 2% | HSV: 193°, 43%, 98%. Copy any format from the conversion table above.
What colors go well with #8EE3FB?
The complementary color is HSL(13, 93%, 77%). For a triadic harmony, use hues 193°, 313°, and 73°. For analogous combinations, try hues 163° and 223°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(193, 93%, 77%) in CSS?
As HSL: color: hsl(193, 93%, 77%); — As HEX: color: #8EE3FB; — As RGB: color: rgb(142, 227, 251); — Tailwind CSS: bg-[hsl(193,93%,77%)] — CSS variable: --color-primary: hsl(193, 93%, 77%);