HSL(163, 96%, 73%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(163,96%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(163, 96%, 73%) | color: hsl(163, 96%, 73%) | |
| HEX | #78FCD7 | color: #78FCD7 | |
| RGB | rgb(120, 252, 215) | color: rgb(120, 252, 215) | |
| CMYK | cmyk(52%, 0%, 15%, 1%) | — | |
| HSV | hsv(163, 52%, 99%) | — | |
| HWB | hwb(163 48% 1%) | color: hwb(163 48% 1%) | |
| OKLCH | oklch(0.9063 0.129 172.44) | color: oklch(0.9063 0.129 172.44) | |
| Lab | lab(91.01 -45.08 6.67) | color: lab(91.01 -45.08 6.67) | |
| LCH | lch(91.01 45.57 171.58) | color: lch(91.01 45.57 171.58) |
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)
#B1B2E0 — rgb(177, 178, 224)
Deuteranopia (Green-blind)
#AAA0E2 — rgb(170, 160, 226)
Tritanopia (Blue-blind)
#7FE7E9 — rgb(127, 231, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(163, 96%, 73%);
text
color: hsl(163, 96%, 73%);
border
border: 2px solid hsl(163, 96%, 73%);
gradient light
background: linear-gradient(to right, hsl(163, 96%, 93%), hsl(163, 96%, 73%));
gradient dark
background: linear-gradient(to right, hsl(163, 96%, 73%), hsl(163, 96%, 53%))
hex
background-color: #78FCD7;
tailwind
bg-[hsl(163,96%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(163, 96%, 73%, 0.4);
css variable
--color-primary: hsl(163, 96%, 73%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(163, 96%, 73%)?
HEX: #78FCD7 | RGB: rgb(120, 252, 215) | CMYK: 52%, 0%, 15%, 1% | HSV: 163°, 52%, 99%. Copy any format from the conversion table above.
What colors go well with #78FCD7?
The complementary color is HSL(343, 96%, 73%). 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, 96%, 73%) in CSS?
As HSL: color: hsl(163, 96%, 73%); — As HEX: color: #78FCD7; — As RGB: color: rgb(120, 252, 215); — Tailwind CSS: bg-[hsl(163,96%,73%)] — CSS variable: --color-primary: hsl(163, 96%, 73%);