HSL(164, 80%, 77%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(164,80%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(164, 80%, 77%) | color: hsl(164, 80%, 77%) | |
| HEX | #95F3DA | color: #95F3DA | |
| RGB | rgb(149, 243, 218) | color: rgb(149, 243, 218) | |
| CMYK | cmyk(39%, 0%, 10%, 5%) | — | |
| HSV | hsv(164, 39%, 95%) | — | |
| HWB | hwb(164 58% 5%) | color: hwb(164 58% 5%) | |
| OKLCH | oklch(0.8985 0.0968 175.14) | color: oklch(0.8985 0.0968 175.14) | |
| Lab | lab(89.65 -33.5 3.28) | color: lab(89.65 -33.5 3.28) | |
| LCH | lch(89.65 33.66 174.41) | color: lch(89.65 33.66 174.41) |
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)
#BEBFE0 — rgb(190, 191, 224)
Deuteranopia (Green-blind)
#B8B1E2 — rgb(184, 177, 226)
Tritanopia (Blue-blind)
#9AE5E6 — rgb(154, 229, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(164, 80%, 77%);
text
color: hsl(164, 80%, 77%);
border
border: 2px solid hsl(164, 80%, 77%);
gradient light
background: linear-gradient(to right, hsl(164, 80%, 97%), hsl(164, 80%, 77%));
gradient dark
background: linear-gradient(to right, hsl(164, 80%, 77%), hsl(164, 80%, 57%))
hex
background-color: #95F3DA;
tailwind
bg-[hsl(164,80%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(164, 80%, 77%, 0.4);
css variable
--color-primary: hsl(164, 80%, 77%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(164, 80%, 77%)?
HEX: #95F3DA | RGB: rgb(149, 243, 218) | CMYK: 39%, 0%, 10%, 5% | HSV: 164°, 39%, 95%. Copy any format from the conversion table above.
What colors go well with #95F3DA?
The complementary color is HSL(344, 80%, 77%). For a triadic harmony, use hues 164°, 284°, and 44°. For analogous combinations, try hues 134° and 194°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(164, 80%, 77%) in CSS?
As HSL: color: hsl(164, 80%, 77%); — As HEX: color: #95F3DA; — As RGB: color: rgb(149, 243, 218); — Tailwind CSS: bg-[hsl(164,80%,77%)] — CSS variable: --color-primary: hsl(164, 80%, 77%);