HSL(166, 26%, 70%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(166,26%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(166, 26%, 70%) | color: hsl(166, 26%, 70%) | |
| HEX | #9FC6BD | color: #9FC6BD | |
| RGB | rgb(159, 198, 189) | color: rgb(159, 198, 189) | |
| CMYK | cmyk(20%, 0%, 5%, 22%) | — | |
| HSV | hsv(166, 20%, 78%) | — | |
| HWB | hwb(166 62% 22%) | color: hwb(166 62% 22%) | |
| OKLCH | oklch(0.7957 0.0434 179.5) | color: oklch(0.7957 0.0434 179.5) | |
| Lab | lab(76.94 -14.77 0.23) | color: lab(76.94 -14.77 0.23) | |
| LCH | lch(76.94 14.77 179.11) | color: lch(76.94 14.77 179.11) |
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)
#B0B0BF — rgb(176, 176, 191)
Deuteranopia (Green-blind)
#AEABC0 — rgb(174, 171, 192)
Tritanopia (Blue-blind)
#A1C1C1 — rgb(161, 193, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(166, 26%, 70%);
text
color: hsl(166, 26%, 70%);
border
border: 2px solid hsl(166, 26%, 70%);
gradient light
background: linear-gradient(to right, hsl(166, 26%, 90%), hsl(166, 26%, 70%));
gradient dark
background: linear-gradient(to right, hsl(166, 26%, 70%), hsl(166, 26%, 50%))
hex
background-color: #9FC6BD;
tailwind
bg-[hsl(166,26%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(166, 26%, 70%, 0.4);
css variable
--color-primary: hsl(166, 26%, 70%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(166, 26%, 70%)?
HEX: #9FC6BD | RGB: rgb(159, 198, 189) | CMYK: 20%, 0%, 5%, 22% | HSV: 166°, 20%, 78%. Copy any format from the conversion table above.
What colors go well with #9FC6BD?
The complementary color is HSL(346, 26%, 70%). For a triadic harmony, use hues 166°, 286°, and 46°. For analogous combinations, try hues 136° and 196°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(166, 26%, 70%) in CSS?
As HSL: color: hsl(166, 26%, 70%); — As HEX: color: #9FC6BD; — As RGB: color: rgb(159, 198, 189); — Tailwind CSS: bg-[hsl(166,26%,70%)] — CSS variable: --color-primary: hsl(166, 26%, 70%);