HSL(181, 35%, 76%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(181,35%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(181, 35%, 76%) | color: hsl(181, 35%, 76%) | |
| HEX | #ACD7D7 | color: #ACD7D7 | |
| RGB | rgb(172, 215, 215) | color: rgb(172, 215, 215) | |
| CMYK | cmyk(20%, 0%, 0%, 16%) | — | |
| HSV | hsv(180, 20%, 84%) | — | |
| HWB | hwb(180 67% 16%) | color: hwb(180 67% 16%) | |
| OKLCH | oklch(0.8487 0.0449 196.34) | color: oklch(0.8487 0.0449 196.34) | |
| Lab | lab(83.06 -13.95 -4.63) | color: lab(83.06 -13.95 -4.63) | |
| LCH | lch(83.06 14.7 198.36) | color: lch(83.06 14.7 198.36) |
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)
#BFBFD7 — rgb(191, 191, 215)
Deuteranopia (Green-blind)
#BCB9D7 — rgb(188, 185, 215)
Tritanopia (Blue-blind)
#AED7D7 — rgb(174, 215, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(181, 35%, 76%);
text
color: hsl(181, 35%, 76%);
border
border: 2px solid hsl(181, 35%, 76%);
gradient light
background: linear-gradient(to right, hsl(181, 35%, 96%), hsl(181, 35%, 76%));
gradient dark
background: linear-gradient(to right, hsl(181, 35%, 76%), hsl(181, 35%, 56%))
hex
background-color: #ACD7D7;
tailwind
bg-[hsl(181,35%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(181, 35%, 76%, 0.4);
css variable
--color-primary: hsl(181, 35%, 76%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(181, 35%, 76%)?
HEX: #ACD7D7 | RGB: rgb(172, 215, 215) | CMYK: 20%, 0%, 0%, 16% | HSV: 180°, 20%, 84%. Copy any format from the conversion table above.
What colors go well with #ACD7D7?
The complementary color is HSL(1, 35%, 76%). 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, 35%, 76%) in CSS?
As HSL: color: hsl(181, 35%, 76%); — As HEX: color: #ACD7D7; — As RGB: color: rgb(172, 215, 215); — Tailwind CSS: bg-[hsl(181,35%,76%)] — CSS variable: --color-primary: hsl(181, 35%, 76%);