HSL(192, 85%, 80%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(192,85%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(192, 85%, 80%) | color: hsl(192, 85%, 80%) | |
| HEX | #A1E6F7 | color: #A1E6F7 | |
| RGB | rgb(161, 230, 247) | color: rgb(161, 230, 247) | |
| CMYK | cmyk(35%, 7%, 0%, 3%) | — | |
| HSV | hsv(192, 35%, 97%) | — | |
| HWB | hwb(192 63% 3%) | color: hwb(192 63% 3%) | |
| OKLCH | oklch(0.8849 0.0726 214.79) | color: oklch(0.8849 0.0726 214.79) | |
| Lab | lab(87.43 -17.42 -15.11) | color: lab(87.43 -17.42 -15.11) | |
| LCH | lch(87.43 23.06 220.94) | color: lch(87.43 23.06 220.94) |
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)
#BFBFF3 — rgb(191, 191, 243)
Deuteranopia (Green-blind)
#BBB6F2 — rgb(187, 182, 242)
Tritanopia (Blue-blind)
#A4F0EF — rgb(164, 240, 239)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(192, 85%, 80%);
text
color: hsl(192, 85%, 80%);
border
border: 2px solid hsl(192, 85%, 80%);
gradient light
background: linear-gradient(to right, hsl(192, 85%, 100%), hsl(192, 85%, 80%));
gradient dark
background: linear-gradient(to right, hsl(192, 85%, 80%), hsl(192, 85%, 60%))
hex
background-color: #A1E6F7;
tailwind
bg-[hsl(192,85%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(192, 85%, 80%, 0.4);
css variable
--color-primary: hsl(192, 85%, 80%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(192, 85%, 80%)?
HEX: #A1E6F7 | RGB: rgb(161, 230, 247) | CMYK: 35%, 7%, 0%, 3% | HSV: 192°, 35%, 97%. Copy any format from the conversion table above.
What colors go well with #A1E6F7?
The complementary color is HSL(12, 85%, 80%). For a triadic harmony, use hues 192°, 312°, and 72°. For analogous combinations, try hues 162° and 222°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(192, 85%, 80%) in CSS?
As HSL: color: hsl(192, 85%, 80%); — As HEX: color: #A1E6F7; — As RGB: color: rgb(161, 230, 247); — Tailwind CSS: bg-[hsl(192,85%,80%)] — CSS variable: --color-primary: hsl(192, 85%, 80%);