HSL(172, 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(172,19%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(172, 19%, 68%) | color: hsl(172, 19%, 68%) | |
| HEX | #9EBDB9 | color: #9EBDB9 | |
| RGB | rgb(158, 189, 185) | color: rgb(158, 189, 185) | |
| CMYK | cmyk(16%, 0%, 2%, 26%) | — | |
| HSV | hsv(172, 16%, 74%) | — | |
| HWB | hwb(172 62% 26%) | color: hwb(172 62% 26%) | |
| OKLCH | oklch(0.7742 0.034 186.95) | color: oklch(0.7742 0.034 186.95) | |
| Lab | lab(74.3 -11.25 -1.48) | color: lab(74.3 -11.25 -1.48) | |
| LCH | lch(74.3 11.35 187.49) | color: lch(74.3 11.35 187.49) |
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)
#ABACBA — rgb(171, 172, 186)
Deuteranopia (Green-blind)
#AAA7BA — rgb(170, 167, 186)
Tritanopia (Blue-blind)
#A0BBBB — rgb(160, 187, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(172, 19%, 68%);
text
color: hsl(172, 19%, 68%);
border
border: 2px solid hsl(172, 19%, 68%);
gradient light
background: linear-gradient(to right, hsl(172, 19%, 88%), hsl(172, 19%, 68%));
gradient dark
background: linear-gradient(to right, hsl(172, 19%, 68%), hsl(172, 19%, 48%))
hex
background-color: #9EBDB9;
tailwind
bg-[hsl(172,19%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(172, 19%, 68%, 0.4);
css variable
--color-primary: hsl(172, 19%, 68%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(172, 19%, 68%)?
HEX: #9EBDB9 | RGB: rgb(158, 189, 185) | CMYK: 16%, 0%, 2%, 26% | HSV: 172°, 16%, 74%. Copy any format from the conversion table above.
What colors go well with #9EBDB9?
The complementary color is HSL(352, 19%, 68%). For a triadic harmony, use hues 172°, 292°, and 52°. For analogous combinations, try hues 142° and 202°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(172, 19%, 68%) in CSS?
As HSL: color: hsl(172, 19%, 68%); — As HEX: color: #9EBDB9; — As RGB: color: rgb(158, 189, 185); — Tailwind CSS: bg-[hsl(172,19%,68%)] — CSS variable: --color-primary: hsl(172, 19%, 68%);