HSL(166, 55%, 76%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(166,55%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(166, 55%, 76%) | color: hsl(166, 55%, 76%) | |
| HEX | #A0E3D4 | color: #A0E3D4 | |
| RGB | rgb(160, 227, 212) | color: rgb(160, 227, 212) | |
| CMYK | cmyk(30%, 0%, 7%, 11%) | — | |
| HSV | hsv(167, 30%, 89%) | — | |
| HWB | hwb(167 62% 11%) | color: hwb(167 62% 11%) | |
| OKLCH | oklch(0.8668 0.0706 179.05) | color: oklch(0.8668 0.0706 179.05) | |
| Lab | lab(85.59 -24.15 0.58) | color: lab(85.59 -24.15 0.58) | |
| LCH | lch(85.59 24.16 178.62) | color: lch(85.59 24.16 178.62) |
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)
#BDBED8 — rgb(189, 190, 216)
Deuteranopia (Green-blind)
#B9B4D9 — rgb(185, 180, 217)
Tritanopia (Blue-blind)
#A3DADB — rgb(163, 218, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(166, 55%, 76%);
text
color: hsl(166, 55%, 76%);
border
border: 2px solid hsl(166, 55%, 76%);
gradient light
background: linear-gradient(to right, hsl(166, 55%, 96%), hsl(166, 55%, 76%));
gradient dark
background: linear-gradient(to right, hsl(166, 55%, 76%), hsl(166, 55%, 56%))
hex
background-color: #A0E3D4;
tailwind
bg-[hsl(166,55%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(166, 55%, 76%, 0.4);
css variable
--color-primary: hsl(166, 55%, 76%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(166, 55%, 76%)?
HEX: #A0E3D4 | RGB: rgb(160, 227, 212) | CMYK: 30%, 0%, 7%, 11% | HSV: 167°, 30%, 89%. Copy any format from the conversion table above.
What colors go well with #A0E3D4?
The complementary color is HSL(346, 55%, 76%). For a triadic harmony, use hues 166°, 286°, and 46°. For analogous combinations, try hues 136° and 196°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(166, 55%, 76%) in CSS?
As HSL: color: hsl(166, 55%, 76%); — As HEX: color: #A0E3D4; — As RGB: color: rgb(160, 227, 212); — Tailwind CSS: bg-[hsl(166,55%,76%)] — CSS variable: --color-primary: hsl(166, 55%, 76%);