HSL(164, 35%, 80%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(164,35%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(164, 35%, 80%) | color: hsl(164, 35%, 80%) | |
| HEX | #BADED4 | color: #BADED4 | |
| RGB | rgb(186, 222, 212) | color: rgb(186, 222, 212) | |
| CMYK | cmyk(16%, 0%, 5%, 13%) | — | |
| HSV | hsv(163, 16%, 87%) | — | |
| HWB | hwb(163 73% 13%) | color: hwb(163 73% 13%) | |
| OKLCH | oklch(0.8718 0.0403 176.66) | color: oklch(0.8718 0.0403 176.66) | |
| Lab | lab(85.72 -13.75 0.96) | color: lab(85.72 -13.75 0.96) | |
| LCH | lch(85.72 13.78 176.01) | color: lch(85.72 13.78 176.01) |
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)
#CACAD6 — rgb(202, 202, 214)
Deuteranopia (Green-blind)
#C8C5D7 — rgb(200, 197, 215)
Tritanopia (Blue-blind)
#BCD8D9 — rgb(188, 216, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(164, 35%, 80%);
text
color: hsl(164, 35%, 80%);
border
border: 2px solid hsl(164, 35%, 80%);
gradient light
background: linear-gradient(to right, hsl(164, 35%, 100%), hsl(164, 35%, 80%));
gradient dark
background: linear-gradient(to right, hsl(164, 35%, 80%), hsl(164, 35%, 60%))
hex
background-color: #BADED4;
tailwind
bg-[hsl(164,35%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(164, 35%, 80%, 0.4);
css variable
--color-primary: hsl(164, 35%, 80%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(164, 35%, 80%)?
HEX: #BADED4 | RGB: rgb(186, 222, 212) | CMYK: 16%, 0%, 5%, 13% | HSV: 163°, 16%, 87%. Copy any format from the conversion table above.
What colors go well with #BADED4?
The complementary color is HSL(344, 35%, 80%). For a triadic harmony, use hues 164°, 284°, and 44°. For analogous combinations, try hues 134° and 194°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(164, 35%, 80%) in CSS?
As HSL: color: hsl(164, 35%, 80%); — As HEX: color: #BADED4; — As RGB: color: rgb(186, 222, 212); — Tailwind CSS: bg-[hsl(164,35%,80%)] — CSS variable: --color-primary: hsl(164, 35%, 80%);