HSL(158, 68%, 78%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(158,68%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(158, 68%, 78%) | color: hsl(158, 68%, 78%) | |
| HEX | #A1EDD1 | color: #A1EDD1 | |
| RGB | rgb(161, 237, 209) | color: rgb(161, 237, 209) | |
| CMYK | cmyk(32%, 0%, 12%, 7%) | — | |
| HSV | hsv(158, 32%, 93%) | — | |
| HWB | hwb(158 63% 7%) | color: hwb(158 63% 7%) | |
| OKLCH | oklch(0.8887 0.0848 169.29) | color: oklch(0.8887 0.0848 169.29) | |
| Lab | lab(88.33 -29.31 6.14) | color: lab(88.33 -29.31 6.14) | |
| LCH | lch(88.33 29.95 168.17) | color: lch(88.33 29.95 168.17) |
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)
#C2C3D8 — rgb(194, 195, 216)
Deuteranopia (Green-blind)
#BEB8D9 — rgb(190, 184, 217)
Tritanopia (Blue-blind)
#A5DDDE — rgb(165, 221, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(158, 68%, 78%);
text
color: hsl(158, 68%, 78%);
border
border: 2px solid hsl(158, 68%, 78%);
gradient light
background: linear-gradient(to right, hsl(158, 68%, 98%), hsl(158, 68%, 78%));
gradient dark
background: linear-gradient(to right, hsl(158, 68%, 78%), hsl(158, 68%, 58%))
hex
background-color: #A1EDD1;
tailwind
bg-[hsl(158,68%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(158, 68%, 78%, 0.4);
css variable
--color-primary: hsl(158, 68%, 78%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(158, 68%, 78%)?
HEX: #A1EDD1 | RGB: rgb(161, 237, 209) | CMYK: 32%, 0%, 12%, 7% | HSV: 158°, 32%, 93%. Copy any format from the conversion table above.
What colors go well with #A1EDD1?
The complementary color is HSL(338, 68%, 78%). For a triadic harmony, use hues 158°, 278°, and 38°. For analogous combinations, try hues 128° and 188°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(158, 68%, 78%) in CSS?
As HSL: color: hsl(158, 68%, 78%); — As HEX: color: #A1EDD1; — As RGB: color: rgb(161, 237, 209); — Tailwind CSS: bg-[hsl(158,68%,78%)] — CSS variable: --color-primary: hsl(158, 68%, 78%);