HSL(180, 85%, 71%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(180,85%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(180, 85%, 71%) | color: hsl(180, 85%, 71%) | |
| HEX | #76F4F4 | color: #76F4F4 | |
| RGB | rgb(118, 244, 244) | color: rgb(118, 244, 244) | |
| CMYK | cmyk(52%, 0%, 0%, 4%) | — | |
| HSV | hsv(180, 52%, 96%) | — | |
| HWB | hwb(180 46% 4%) | color: hwb(180 46% 4%) | |
| OKLCH | oklch(0.8958 0.1123 195.33) | color: oklch(0.8958 0.1123 195.33) | |
| Lab | lab(89.43 -34.91 -10.73) | color: lab(89.43 -34.91 -10.73) | |
| LCH | lch(89.43 36.52 197.09) | color: lch(89.43 36.52 197.09) |
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)
#ADAEF4 — rgb(173, 174, 244)
Deuteranopia (Green-blind)
#A59CF4 — rgb(165, 156, 244)
Tritanopia (Blue-blind)
#7CF4F4 — rgb(124, 244, 244)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(180, 85%, 71%);
text
color: hsl(180, 85%, 71%);
border
border: 2px solid hsl(180, 85%, 71%);
gradient light
background: linear-gradient(to right, hsl(180, 85%, 91%), hsl(180, 85%, 71%));
gradient dark
background: linear-gradient(to right, hsl(180, 85%, 71%), hsl(180, 85%, 51%))
hex
background-color: #76F4F4;
tailwind
bg-[hsl(180,85%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(180, 85%, 71%, 0.4);
css variable
--color-primary: hsl(180, 85%, 71%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(180, 85%, 71%)?
HEX: #76F4F4 | RGB: rgb(118, 244, 244) | CMYK: 52%, 0%, 0%, 4% | HSV: 180°, 52%, 96%. Copy any format from the conversion table above.
What colors go well with #76F4F4?
The complementary color is HSL(0, 85%, 71%). For a triadic harmony, use hues 180°, 300°, and 60°. For analogous combinations, try hues 150° and 210°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(180, 85%, 71%) in CSS?
As HSL: color: hsl(180, 85%, 71%); — As HEX: color: #76F4F4; — As RGB: color: rgb(118, 244, 244); — Tailwind CSS: bg-[hsl(180,85%,71%)] — CSS variable: --color-primary: hsl(180, 85%, 71%);