HSL(156, 75%, 79%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(156,75%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(156, 75%, 79%) | color: hsl(156, 75%, 79%) | |
| HEX | #A1F2D1 | color: #A1F2D1 | |
| RGB | rgb(161, 242, 209) | color: rgb(161, 242, 209) | |
| CMYK | cmyk(33%, 0%, 14%, 5%) | — | |
| HSV | hsv(156, 33%, 95%) | — | |
| HWB | hwb(156 64% 5%) | color: hwb(156 64% 5%) | |
| OKLCH | oklch(0.8998 0.0919 166.83) | color: oklch(0.8998 0.0919 166.83) | |
| Lab | lab(89.71 -31.66 8.13) | color: lab(89.71 -31.66 8.13) | |
| LCH | lch(89.71 32.69 165.6) | color: lch(89.71 32.69 165.6) |
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)
#C4C5D9 — rgb(196, 197, 217)
Deuteranopia (Green-blind)
#BFB9DB — rgb(191, 185, 219)
Tritanopia (Blue-blind)
#A5DFE1 — rgb(165, 223, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(156, 75%, 79%);
text
color: hsl(156, 75%, 79%);
border
border: 2px solid hsl(156, 75%, 79%);
gradient light
background: linear-gradient(to right, hsl(156, 75%, 99%), hsl(156, 75%, 79%));
gradient dark
background: linear-gradient(to right, hsl(156, 75%, 79%), hsl(156, 75%, 59%))
hex
background-color: #A1F2D1;
tailwind
bg-[hsl(156,75%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(156, 75%, 79%, 0.4);
css variable
--color-primary: hsl(156, 75%, 79%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(156, 75%, 79%)?
HEX: #A1F2D1 | RGB: rgb(161, 242, 209) | CMYK: 33%, 0%, 14%, 5% | HSV: 156°, 33%, 95%. Copy any format from the conversion table above.
What colors go well with #A1F2D1?
The complementary color is HSL(336, 75%, 79%). For a triadic harmony, use hues 156°, 276°, and 36°. For analogous combinations, try hues 126° and 186°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(156, 75%, 79%) in CSS?
As HSL: color: hsl(156, 75%, 79%); — As HEX: color: #A1F2D1; — As RGB: color: rgb(161, 242, 209); — Tailwind CSS: bg-[hsl(156,75%,79%)] — CSS variable: --color-primary: hsl(156, 75%, 79%);