HSL(194, 35%, 80%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(194,35%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(194, 35%, 80%) | color: hsl(194, 35%, 80%) | |
| HEX | #BAD6DE | color: #BAD6DE | |
| RGB | rgb(186, 214, 222) | color: rgb(186, 214, 222) | |
| CMYK | cmyk(16%, 4%, 0%, 13%) | — | |
| HSV | hsv(193, 16%, 87%) | — | |
| HWB | hwb(193 73% 13%) | color: hwb(193 73% 13%) | |
| OKLCH | oklch(0.858 0.0319 216.84) | color: oklch(0.858 0.0319 216.84) | |
| Lab | lab(83.86 -7.63 -7.07) | color: lab(83.86 -7.63 -7.07) | |
| LCH | lch(83.86 10.4 222.82) | color: lch(83.86 10.4 222.82) |
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)
#C6C6DC — rgb(198, 198, 220)
Deuteranopia (Green-blind)
#C5C2DC — rgb(197, 194, 220)
Tritanopia (Blue-blind)
#BBDBDA — rgb(187, 219, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(194, 35%, 80%);
text
color: hsl(194, 35%, 80%);
border
border: 2px solid hsl(194, 35%, 80%);
gradient light
background: linear-gradient(to right, hsl(194, 35%, 100%), hsl(194, 35%, 80%));
gradient dark
background: linear-gradient(to right, hsl(194, 35%, 80%), hsl(194, 35%, 60%))
hex
background-color: #BAD6DE;
tailwind
bg-[hsl(194,35%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(194, 35%, 80%, 0.4);
css variable
--color-primary: hsl(194, 35%, 80%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(194, 35%, 80%)?
HEX: #BAD6DE | RGB: rgb(186, 214, 222) | CMYK: 16%, 4%, 0%, 13% | HSV: 193°, 16%, 87%. Copy any format from the conversion table above.
What colors go well with #BAD6DE?
The complementary color is HSL(14, 35%, 80%). 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, 35%, 80%) in CSS?
As HSL: color: hsl(194, 35%, 80%); — As HEX: color: #BAD6DE; — As RGB: color: rgb(186, 214, 222); — Tailwind CSS: bg-[hsl(194,35%,80%)] — CSS variable: --color-primary: hsl(194, 35%, 80%);