HSL(155, 80%, 75%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(155,80%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(155, 80%, 75%) | color: hsl(155, 80%, 75%) | |
| HEX | #8CF2C8 | color: #8CF2C8 | |
| RGB | rgb(140, 242, 200) | color: rgb(140, 242, 200) | |
| CMYK | cmyk(42%, 0%, 17%, 5%) | — | |
| HSV | hsv(155, 42%, 95%) | — | |
| HWB | hwb(155 55% 5%) | color: hwb(155 55% 5%) | |
| OKLCH | oklch(0.8873 0.1134 165.5) | color: oklch(0.8873 0.1134 165.5) | |
| Lab | lab(88.56 -39.2 11.04) | color: lab(88.56 -39.2 11.04) | |
| LCH | lch(88.56 40.72 164.27) | color: lch(88.56 40.72 164.27) |
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)
#B8B9D2 — rgb(184, 185, 210)
Deuteranopia (Green-blind)
#B2ABD5 — rgb(178, 171, 213)
Tritanopia (Blue-blind)
#91DADC — rgb(145, 218, 220)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(155, 80%, 75%);
text
color: hsl(155, 80%, 75%);
border
border: 2px solid hsl(155, 80%, 75%);
gradient light
background: linear-gradient(to right, hsl(155, 80%, 95%), hsl(155, 80%, 75%));
gradient dark
background: linear-gradient(to right, hsl(155, 80%, 75%), hsl(155, 80%, 55%))
hex
background-color: #8CF2C8;
tailwind
bg-[hsl(155,80%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(155, 80%, 75%, 0.4);
css variable
--color-primary: hsl(155, 80%, 75%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(155, 80%, 75%)?
HEX: #8CF2C8 | RGB: rgb(140, 242, 200) | CMYK: 42%, 0%, 17%, 5% | HSV: 155°, 42%, 95%. Copy any format from the conversion table above.
What colors go well with #8CF2C8?
The complementary color is HSL(335, 80%, 75%). For a triadic harmony, use hues 155°, 275°, and 35°. For analogous combinations, try hues 125° and 185°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(155, 80%, 75%) in CSS?
As HSL: color: hsl(155, 80%, 75%); — As HEX: color: #8CF2C8; — As RGB: color: rgb(140, 242, 200); — Tailwind CSS: bg-[hsl(155,80%,75%)] — CSS variable: --color-primary: hsl(155, 80%, 75%);