HSL(160, 60%, 82%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(160,60%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(160, 60%, 82%) | color: hsl(160, 60%, 82%) | |
| HEX | #B6EDDA | color: #B6EDDA | |
| RGB | rgb(182, 237, 218) | color: rgb(182, 237, 218) | |
| CMYK | cmyk(23%, 0%, 8%, 7%) | — | |
| HSV | hsv(159, 23%, 93%) | — | |
| HWB | hwb(159 72% 7%) | color: hwb(159 72% 7%) | |
| OKLCH | oklch(0.903 0.0619 171.67) | color: oklch(0.903 0.0619 171.67) | |
| Lab | lab(89.66 -21.27 3.51) | color: lab(89.66 -21.27 3.51) | |
| LCH | lch(89.66 21.56 170.63) | color: lch(89.66 21.56 170.63) |
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)
#CECEDF — rgb(206, 206, 223)
Deuteranopia (Green-blind)
#CBC7E0 — rgb(203, 199, 224)
Tritanopia (Blue-blind)
#B9E2E3 — rgb(185, 226, 227)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(160, 60%, 82%);
text
color: hsl(160, 60%, 82%);
border
border: 2px solid hsl(160, 60%, 82%);
gradient light
background: linear-gradient(to right, hsl(160, 60%, 100%), hsl(160, 60%, 82%));
gradient dark
background: linear-gradient(to right, hsl(160, 60%, 82%), hsl(160, 60%, 62%))
hex
background-color: #B6EDDA;
tailwind
bg-[hsl(160,60%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(160, 60%, 82%, 0.4);
css variable
--color-primary: hsl(160, 60%, 82%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(160, 60%, 82%)?
HEX: #B6EDDA | RGB: rgb(182, 237, 218) | CMYK: 23%, 0%, 8%, 7% | HSV: 159°, 23%, 93%. Copy any format from the conversion table above.
What colors go well with #B6EDDA?
The complementary color is HSL(340, 60%, 82%). For a triadic harmony, use hues 160°, 280°, and 40°. For analogous combinations, try hues 130° and 190°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(160, 60%, 82%) in CSS?
As HSL: color: hsl(160, 60%, 82%); — As HEX: color: #B6EDDA; — As RGB: color: rgb(182, 237, 218); — Tailwind CSS: bg-[hsl(160,60%,82%)] — CSS variable: --color-primary: hsl(160, 60%, 82%);