HSL(181, 19%, 68%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(181,19%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(181, 19%, 68%) | color: hsl(181, 19%, 68%) | |
| HEX | #9EBCBD | color: #9EBCBD | |
| RGB | rgb(158, 188, 189) | color: rgb(158, 188, 189) | |
| CMYK | cmyk(16%, 1%, 0%, 26%) | — | |
| HSV | hsv(182, 16%, 74%) | — | |
| HWB | hwb(182 62% 26%) | color: hwb(182 62% 26%) | |
| OKLCH | oklch(0.7733 0.0326 198.98) | color: oklch(0.7733 0.0326 198.98) | |
| Lab | lab(74.13 -9.89 -3.9) | color: lab(74.13 -9.89 -3.9) | |
| LCH | lch(74.13 10.63 201.52) | color: lch(74.13 10.63 201.52) |
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)
#ABABBD — rgb(171, 171, 189)
Deuteranopia (Green-blind)
#A9A7BD — rgb(169, 167, 189)
Tritanopia (Blue-blind)
#A0BDBD — rgb(160, 189, 189)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(181, 19%, 68%);
text
color: hsl(181, 19%, 68%);
border
border: 2px solid hsl(181, 19%, 68%);
gradient light
background: linear-gradient(to right, hsl(181, 19%, 88%), hsl(181, 19%, 68%));
gradient dark
background: linear-gradient(to right, hsl(181, 19%, 68%), hsl(181, 19%, 48%))
hex
background-color: #9EBCBD;
tailwind
bg-[hsl(181,19%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(181, 19%, 68%, 0.4);
css variable
--color-primary: hsl(181, 19%, 68%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(181, 19%, 68%)?
HEX: #9EBCBD | RGB: rgb(158, 188, 189) | CMYK: 16%, 1%, 0%, 26% | HSV: 182°, 16%, 74%. Copy any format from the conversion table above.
What colors go well with #9EBCBD?
The complementary color is HSL(1, 19%, 68%). For a triadic harmony, use hues 181°, 301°, and 61°. For analogous combinations, try hues 151° and 211°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(181, 19%, 68%) in CSS?
As HSL: color: hsl(181, 19%, 68%); — As HEX: color: #9EBCBD; — As RGB: color: rgb(158, 188, 189); — Tailwind CSS: bg-[hsl(181,19%,68%)] — CSS variable: --color-primary: hsl(181, 19%, 68%);