HSL(182, 71%, 72%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(182,71%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(182, 71%, 72%) | color: hsl(182, 71%, 72%) | |
| HEX | #85E7EA | color: #85E7EA | |
| RGB | rgb(133, 231, 234) | color: rgb(133, 231, 234) | |
| CMYK | cmyk(43%, 1%, 0%, 8%) | — | |
| HSV | hsv(182, 43%, 92%) | — | |
| HWB | hwb(182 52% 8%) | color: hwb(182 52% 8%) | |
| OKLCH | oklch(0.8691 0.0927 198.15) | color: oklch(0.8691 0.0927 198.15) | |
| Lab | lab(86.04 -28.06 -10.48) | color: lab(86.04 -28.06 -10.48) | |
| LCH | lch(86.04 29.95 200.48) | color: lch(86.04 29.95 200.48) |
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)
#AFB0E9 — rgb(175, 176, 233)
Deuteranopia (Green-blind)
#AAA2E9 — rgb(170, 162, 233)
Tritanopia (Blue-blind)
#8AE9E9 — rgb(138, 233, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(182, 71%, 72%);
text
color: hsl(182, 71%, 72%);
border
border: 2px solid hsl(182, 71%, 72%);
gradient light
background: linear-gradient(to right, hsl(182, 71%, 92%), hsl(182, 71%, 72%));
gradient dark
background: linear-gradient(to right, hsl(182, 71%, 72%), hsl(182, 71%, 52%))
hex
background-color: #85E7EA;
tailwind
bg-[hsl(182,71%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(182, 71%, 72%, 0.4);
css variable
--color-primary: hsl(182, 71%, 72%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(182, 71%, 72%)?
HEX: #85E7EA | RGB: rgb(133, 231, 234) | CMYK: 43%, 1%, 0%, 8% | HSV: 182°, 43%, 92%. Copy any format from the conversion table above.
What colors go well with #85E7EA?
The complementary color is HSL(2, 71%, 72%). For a triadic harmony, use hues 182°, 302°, and 62°. For analogous combinations, try hues 152° and 212°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(182, 71%, 72%) in CSS?
As HSL: color: hsl(182, 71%, 72%); — As HEX: color: #85E7EA; — As RGB: color: rgb(133, 231, 234); — Tailwind CSS: bg-[hsl(182,71%,72%)] — CSS variable: --color-primary: hsl(182, 71%, 72%);