HSL(151, 80%, 73%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(151,80%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 80%, 73%) | color: hsl(151, 80%, 73%) | |
| HEX | #83F1BC | color: #83F1BC | |
| RGB | rgb(131, 241, 188) | color: rgb(131, 241, 188) | |
| CMYK | cmyk(46%, 0%, 22%, 5%) | — | |
| HSV | hsv(151, 46%, 95%) | — | |
| HWB | hwb(151 51% 5%) | color: hwb(151 51% 5%) | |
| OKLCH | oklch(0.8782 0.1271 161.25) | color: oklch(0.8782 0.1271 161.25) | |
| Lab | lab(87.66 -43.49 15.94) | color: lab(87.66 -43.49 15.94) | |
| LCH | lch(87.66 46.32 159.87) | color: lch(87.66 46.32 159.87) |
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)
#B3B4C9 — rgb(179, 180, 201)
Deuteranopia (Green-blind)
#ACA4CC — rgb(172, 164, 204)
Tritanopia (Blue-blind)
#89D3D5 — rgb(137, 211, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 80%, 73%);
text
color: hsl(151, 80%, 73%);
border
border: 2px solid hsl(151, 80%, 73%);
gradient light
background: linear-gradient(to right, hsl(151, 80%, 93%), hsl(151, 80%, 73%));
gradient dark
background: linear-gradient(to right, hsl(151, 80%, 73%), hsl(151, 80%, 53%))
hex
background-color: #83F1BC;
tailwind
bg-[hsl(151,80%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 80%, 73%, 0.4);
css variable
--color-primary: hsl(151, 80%, 73%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 80%, 73%)?
HEX: #83F1BC | RGB: rgb(131, 241, 188) | CMYK: 46%, 0%, 22%, 5% | HSV: 151°, 46%, 95%. Copy any format from the conversion table above.
What colors go well with #83F1BC?
The complementary color is HSL(331, 80%, 73%). For a triadic harmony, use hues 151°, 271°, and 31°. For analogous combinations, try hues 121° and 181°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(151, 80%, 73%) in CSS?
As HSL: color: hsl(151, 80%, 73%); — As HEX: color: #83F1BC; — As RGB: color: rgb(131, 241, 188); — Tailwind CSS: bg-[hsl(151,80%,73%)] — CSS variable: --color-primary: hsl(151, 80%, 73%);