HSL(155, 83%, 82%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(155,83%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(155, 83%, 82%) | color: hsl(155, 83%, 82%) | |
| HEX | #ABF7D7 | color: #ABF7D7 | |
| RGB | rgb(171, 247, 215) | color: rgb(171, 247, 215) | |
| CMYK | cmyk(31%, 0%, 13%, 3%) | — | |
| HSV | hsv(155, 31%, 97%) | — | |
| HWB | hwb(155 67% 3%) | color: hwb(155 67% 3%) | |
| OKLCH | oklch(0.9177 0.0871 166.37) | color: oklch(0.9177 0.0871 166.37) | |
| Lab | lab(91.72 -29.95 7.97) | color: lab(91.72 -29.95 7.97) | |
| LCH | lch(91.72 30.99 165.1) | color: lch(91.72 30.99 165.1) |
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)
#CCCDDF — rgb(204, 205, 223)
Deuteranopia (Green-blind)
#C8C2E1 — rgb(200, 194, 225)
Tritanopia (Blue-blind)
#AFE5E6 — rgb(175, 229, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(155, 83%, 82%);
text
color: hsl(155, 83%, 82%);
border
border: 2px solid hsl(155, 83%, 82%);
gradient light
background: linear-gradient(to right, hsl(155, 83%, 100%), hsl(155, 83%, 82%));
gradient dark
background: linear-gradient(to right, hsl(155, 83%, 82%), hsl(155, 83%, 62%))
hex
background-color: #ABF7D7;
tailwind
bg-[hsl(155,83%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(155, 83%, 82%, 0.4);
css variable
--color-primary: hsl(155, 83%, 82%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(155, 83%, 82%)?
HEX: #ABF7D7 | RGB: rgb(171, 247, 215) | CMYK: 31%, 0%, 13%, 3% | HSV: 155°, 31%, 97%. Copy any format from the conversion table above.
What colors go well with #ABF7D7?
The complementary color is HSL(335, 83%, 82%). 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, 83%, 82%) in CSS?
As HSL: color: hsl(155, 83%, 82%); — As HEX: color: #ABF7D7; — As RGB: color: rgb(171, 247, 215); — Tailwind CSS: bg-[hsl(155,83%,82%)] — CSS variable: --color-primary: hsl(155, 83%, 82%);