HSL(160, 63%, 68%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(160,63%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(160, 63%, 68%) | color: hsl(160, 63%, 68%) | |
| HEX | #7AE1BF | color: #7AE1BF | |
| RGB | rgb(122, 225, 191) | color: rgb(122, 225, 191) | |
| CMYK | cmyk(46%, 0%, 15%, 12%) | — | |
| HSV | hsv(160, 46%, 88%) | — | |
| HWB | hwb(160 48% 12%) | color: hwb(160 48% 12%) | |
| OKLCH | oklch(0.8378 0.1089 170.01) | color: oklch(0.8378 0.1089 170.01) | |
| Lab | lab(82.78 -37.95 7.38) | color: lab(82.78 -37.95 7.38) | |
| LCH | lch(82.78 38.66 169) | color: lch(82.78 38.66 169) |
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)
#A7A8C7 — rgb(167, 168, 199)
Deuteranopia (Green-blind)
#A199C9 — rgb(161, 153, 201)
Tritanopia (Blue-blind)
#7FCECF — rgb(127, 206, 207)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(160, 63%, 68%);
text
color: hsl(160, 63%, 68%);
border
border: 2px solid hsl(160, 63%, 68%);
gradient light
background: linear-gradient(to right, hsl(160, 63%, 88%), hsl(160, 63%, 68%));
gradient dark
background: linear-gradient(to right, hsl(160, 63%, 68%), hsl(160, 63%, 48%))
hex
background-color: #7AE1BF;
tailwind
bg-[hsl(160,63%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(160, 63%, 68%, 0.4);
css variable
--color-primary: hsl(160, 63%, 68%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(160, 63%, 68%)?
HEX: #7AE1BF | RGB: rgb(122, 225, 191) | CMYK: 46%, 0%, 15%, 12% | HSV: 160°, 46%, 88%. Copy any format from the conversion table above.
What colors go well with #7AE1BF?
The complementary color is HSL(340, 63%, 68%). 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, 63%, 68%) in CSS?
As HSL: color: hsl(160, 63%, 68%); — As HEX: color: #7AE1BF; — As RGB: color: rgb(122, 225, 191); — Tailwind CSS: bg-[hsl(160,63%,68%)] — CSS variable: --color-primary: hsl(160, 63%, 68%);