HSL(176, 45%, 77%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(176,45%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(176, 45%, 77%) | color: hsl(176, 45%, 77%) | |
| HEX | #AADFDB | color: #AADFDB | |
| RGB | rgb(170, 223, 219) | color: rgb(170, 223, 219) | |
| CMYK | cmyk(24%, 0%, 2%, 13%) | — | |
| HSV | hsv(175, 24%, 87%) | — | |
| HWB | hwb(175 66% 13%) | color: hwb(175 66% 13%) | |
| OKLCH | oklch(0.8659 0.0547 190.42) | color: oklch(0.8659 0.0547 190.42) | |
| Lab | lab(85.22 -17.74 -3.59) | color: lab(85.22 -17.74 -3.59) | |
| LCH | lch(85.22 18.1 191.44) | color: lch(85.22 18.1 191.44) |
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)
#C1C1DC — rgb(193, 193, 220)
Deuteranopia (Green-blind)
#BEBADC — rgb(190, 186, 220)
Tritanopia (Blue-blind)
#ADDDDD — rgb(173, 221, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(176, 45%, 77%);
text
color: hsl(176, 45%, 77%);
border
border: 2px solid hsl(176, 45%, 77%);
gradient light
background: linear-gradient(to right, hsl(176, 45%, 97%), hsl(176, 45%, 77%));
gradient dark
background: linear-gradient(to right, hsl(176, 45%, 77%), hsl(176, 45%, 57%))
hex
background-color: #AADFDB;
tailwind
bg-[hsl(176,45%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(176, 45%, 77%, 0.4);
css variable
--color-primary: hsl(176, 45%, 77%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(176, 45%, 77%)?
HEX: #AADFDB | RGB: rgb(170, 223, 219) | CMYK: 24%, 0%, 2%, 13% | HSV: 175°, 24%, 87%. Copy any format from the conversion table above.
What colors go well with #AADFDB?
The complementary color is HSL(356, 45%, 77%). For a triadic harmony, use hues 176°, 296°, and 56°. For analogous combinations, try hues 146° and 206°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(176, 45%, 77%) in CSS?
As HSL: color: hsl(176, 45%, 77%); — As HEX: color: #AADFDB; — As RGB: color: rgb(170, 223, 219); — Tailwind CSS: bg-[hsl(176,45%,77%)] — CSS variable: --color-primary: hsl(176, 45%, 77%);