HSL(163, 70%, 76%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(163,70%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(163, 70%, 76%) | color: hsl(163, 70%, 76%) | |
| HEX | #97EDD4 | color: #97EDD4 | |
| RGB | rgb(151, 237, 212) | color: rgb(151, 237, 212) | |
| CMYK | cmyk(36%, 0%, 11%, 7%) | — | |
| HSV | hsv(163, 36%, 93%) | — | |
| HWB | hwb(163 60% 7%) | color: hwb(163 60% 7%) | |
| OKLCH | oklch(0.8844 0.0909 173.74) | color: oklch(0.8844 0.0909 173.74) | |
| Lab | lab(87.92 -31.46 3.92) | color: lab(87.92 -31.46 3.92) | |
| LCH | lch(87.92 31.7 172.9) | color: lch(87.92 31.7 172.9) |
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)
#BCBDDA — rgb(188, 189, 218)
Deuteranopia (Green-blind)
#B7B1DC — rgb(183, 177, 220)
Tritanopia (Blue-blind)
#9BDFE0 — rgb(155, 223, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(163, 70%, 76%);
text
color: hsl(163, 70%, 76%);
border
border: 2px solid hsl(163, 70%, 76%);
gradient light
background: linear-gradient(to right, hsl(163, 70%, 96%), hsl(163, 70%, 76%));
gradient dark
background: linear-gradient(to right, hsl(163, 70%, 76%), hsl(163, 70%, 56%))
hex
background-color: #97EDD4;
tailwind
bg-[hsl(163,70%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(163, 70%, 76%, 0.4);
css variable
--color-primary: hsl(163, 70%, 76%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(163, 70%, 76%)?
HEX: #97EDD4 | RGB: rgb(151, 237, 212) | CMYK: 36%, 0%, 11%, 7% | HSV: 163°, 36%, 93%. Copy any format from the conversion table above.
What colors go well with #97EDD4?
The complementary color is HSL(343, 70%, 76%). For a triadic harmony, use hues 163°, 283°, and 43°. For analogous combinations, try hues 133° and 193°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(163, 70%, 76%) in CSS?
As HSL: color: hsl(163, 70%, 76%); — As HEX: color: #97EDD4; — As RGB: color: rgb(151, 237, 212); — Tailwind CSS: bg-[hsl(163,70%,76%)] — CSS variable: --color-primary: hsl(163, 70%, 76%);