HSL(194, 80%, 77%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(194,80%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(194, 80%, 77%) | color: hsl(194, 80%, 77%) | |
| HEX | #95DDF3 | color: #95DDF3 | |
| RGB | rgb(149, 221, 243) | color: rgb(149, 221, 243) | |
| CMYK | cmyk(39%, 9%, 0%, 5%) | — | |
| HSV | hsv(194, 39%, 95%) | — | |
| HWB | hwb(194 58% 5%) | color: hwb(194 58% 5%) | |
| OKLCH | oklch(0.8577 0.0778 219.04) | color: oklch(0.8577 0.0778 219.04) | |
| Lab | lab(84.26 -16.97 -17.82) | color: lab(84.26 -16.97 -17.82) | |
| LCH | lch(84.26 24.61 226.4) | color: lch(84.26 24.61 226.4) |
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)
#B4B5EE — rgb(180, 181, 238)
Deuteranopia (Green-blind)
#B0ABEC — rgb(176, 171, 236)
Tritanopia (Blue-blind)
#99E9E9 — rgb(153, 233, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(194, 80%, 77%);
text
color: hsl(194, 80%, 77%);
border
border: 2px solid hsl(194, 80%, 77%);
gradient light
background: linear-gradient(to right, hsl(194, 80%, 97%), hsl(194, 80%, 77%));
gradient dark
background: linear-gradient(to right, hsl(194, 80%, 77%), hsl(194, 80%, 57%))
hex
background-color: #95DDF3;
tailwind
bg-[hsl(194,80%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(194, 80%, 77%, 0.4);
css variable
--color-primary: hsl(194, 80%, 77%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(194, 80%, 77%)?
HEX: #95DDF3 | RGB: rgb(149, 221, 243) | CMYK: 39%, 9%, 0%, 5% | HSV: 194°, 39%, 95%. Copy any format from the conversion table above.
What colors go well with #95DDF3?
The complementary color is HSL(14, 80%, 77%). For a triadic harmony, use hues 194°, 314°, and 74°. For analogous combinations, try hues 164° and 224°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(194, 80%, 77%) in CSS?
As HSL: color: hsl(194, 80%, 77%); — As HEX: color: #95DDF3; — As RGB: color: rgb(149, 221, 243); — Tailwind CSS: bg-[hsl(194,80%,77%)] — CSS variable: --color-primary: hsl(194, 80%, 77%);