HSL(178, 20%, 67%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(178,20%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(178, 20%, 67%) | color: hsl(178, 20%, 67%) | |
| HEX | #9ABCBB | color: #9ABCBB | |
| RGB | rgb(154, 188, 187) | color: rgb(154, 188, 187) | |
| CMYK | cmyk(18%, 0%, 1%, 26%) | — | |
| HSV | hsv(178, 18%, 74%) | — | |
| HWB | hwb(178 61% 26%) | color: hwb(178 61% 26%) | |
| OKLCH | oklch(0.7699 0.0367 194.21) | color: oklch(0.7699 0.0367 194.21) | |
| Lab | lab(73.82 -11.59 -3.3) | color: lab(73.82 -11.59 -3.3) | |
| LCH | lch(73.82 12.05 195.89) | color: lch(73.82 12.05 195.89) |
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)
#A9A9BB — rgb(169, 169, 187)
Deuteranopia (Green-blind)
#A7A4BB — rgb(167, 164, 187)
Tritanopia (Blue-blind)
#9CBBBB — rgb(156, 187, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(178, 20%, 67%);
text
color: hsl(178, 20%, 67%);
border
border: 2px solid hsl(178, 20%, 67%);
gradient light
background: linear-gradient(to right, hsl(178, 20%, 87%), hsl(178, 20%, 67%));
gradient dark
background: linear-gradient(to right, hsl(178, 20%, 67%), hsl(178, 20%, 47%))
hex
background-color: #9ABCBB;
tailwind
bg-[hsl(178,20%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(178, 20%, 67%, 0.4);
css variable
--color-primary: hsl(178, 20%, 67%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(178, 20%, 67%)?
HEX: #9ABCBB | RGB: rgb(154, 188, 187) | CMYK: 18%, 0%, 1%, 26% | HSV: 178°, 18%, 74%. Copy any format from the conversion table above.
What colors go well with #9ABCBB?
The complementary color is HSL(358, 20%, 67%). For a triadic harmony, use hues 178°, 298°, and 58°. For analogous combinations, try hues 148° and 208°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(178, 20%, 67%) in CSS?
As HSL: color: hsl(178, 20%, 67%); — As HEX: color: #9ABCBB; — As RGB: color: rgb(154, 188, 187); — Tailwind CSS: bg-[hsl(178,20%,67%)] — CSS variable: --color-primary: hsl(178, 20%, 67%);