HSL(177, 34%, 76%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(177,34%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 34%, 76%) | color: hsl(177, 34%, 76%) | |
| HEX | #ADD7D5 | color: #ADD7D5 | |
| RGB | rgb(173, 215, 213) | color: rgb(173, 215, 213) | |
| CMYK | cmyk(20%, 0%, 1%, 16%) | — | |
| HSV | hsv(177, 20%, 84%) | — | |
| HWB | hwb(177 67% 16%) | color: hwb(177 67% 16%) | |
| OKLCH | oklch(0.8487 0.0441 192.76) | color: oklch(0.8487 0.0441 192.76) | |
| Lab | lab(83.07 -14.07 -3.55) | color: lab(83.07 -14.07 -3.55) | |
| LCH | lch(83.07 14.51 194.16) | color: lch(83.07 14.51 194.16) |
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)
#BFC0D5 — rgb(191, 192, 213)
Deuteranopia (Green-blind)
#BDBAD6 — rgb(189, 186, 214)
Tritanopia (Blue-blind)
#AFD6D6 — rgb(175, 214, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 34%, 76%);
text
color: hsl(177, 34%, 76%);
border
border: 2px solid hsl(177, 34%, 76%);
gradient light
background: linear-gradient(to right, hsl(177, 34%, 96%), hsl(177, 34%, 76%));
gradient dark
background: linear-gradient(to right, hsl(177, 34%, 76%), hsl(177, 34%, 56%))
hex
background-color: #ADD7D5;
tailwind
bg-[hsl(177,34%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 34%, 76%, 0.4);
css variable
--color-primary: hsl(177, 34%, 76%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 34%, 76%)?
HEX: #ADD7D5 | RGB: rgb(173, 215, 213) | CMYK: 20%, 0%, 1%, 16% | HSV: 177°, 20%, 84%. Copy any format from the conversion table above.
What colors go well with #ADD7D5?
The complementary color is HSL(357, 34%, 76%). For a triadic harmony, use hues 177°, 297°, and 57°. For analogous combinations, try hues 147° and 207°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(177, 34%, 76%) in CSS?
As HSL: color: hsl(177, 34%, 76%); — As HEX: color: #ADD7D5; — As RGB: color: rgb(173, 215, 213); — Tailwind CSS: bg-[hsl(177,34%,76%)] — CSS variable: --color-primary: hsl(177, 34%, 76%);