HSL(181, 80%, 82%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(181,80%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(181, 80%, 82%) | color: hsl(181, 80%, 82%) | |
| HEX | #ACF5F6 | color: #ACF5F6 | |
| RGB | rgb(172, 245, 246) | color: rgb(172, 245, 246) | |
| CMYK | cmyk(30%, 0%, 0%, 4%) | — | |
| HSV | hsv(181, 30%, 96%) | — | |
| HWB | hwb(181 67% 4%) | color: hwb(181 67% 4%) | |
| OKLCH | oklch(0.9228 0.072 197.05) | color: oklch(0.9228 0.072 197.05) | |
| Lab | lab(92.01 -22.14 -7.7) | color: lab(92.01 -22.14 -7.7) | |
| LCH | lch(92.01 23.44 199.18) | color: lch(92.01 23.44 199.18) |
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)
#CCCCF6 — rgb(204, 204, 246)
Deuteranopia (Green-blind)
#C7C2F6 — rgb(199, 194, 246)
Tritanopia (Blue-blind)
#B0F6F6 — rgb(176, 246, 246)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(181, 80%, 82%);
text
color: hsl(181, 80%, 82%);
border
border: 2px solid hsl(181, 80%, 82%);
gradient light
background: linear-gradient(to right, hsl(181, 80%, 100%), hsl(181, 80%, 82%));
gradient dark
background: linear-gradient(to right, hsl(181, 80%, 82%), hsl(181, 80%, 62%))
hex
background-color: #ACF5F6;
tailwind
bg-[hsl(181,80%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(181, 80%, 82%, 0.4);
css variable
--color-primary: hsl(181, 80%, 82%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(181, 80%, 82%)?
HEX: #ACF5F6 | RGB: rgb(172, 245, 246) | CMYK: 30%, 0%, 0%, 4% | HSV: 181°, 30%, 96%. Copy any format from the conversion table above.
What colors go well with #ACF5F6?
The complementary color is HSL(1, 80%, 82%). For a triadic harmony, use hues 181°, 301°, and 61°. For analogous combinations, try hues 151° and 211°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(181, 80%, 82%) in CSS?
As HSL: color: hsl(181, 80%, 82%); — As HEX: color: #ACF5F6; — As RGB: color: rgb(172, 245, 246); — Tailwind CSS: bg-[hsl(181,80%,82%)] — CSS variable: --color-primary: hsl(181, 80%, 82%);