HSL(169, 10%, 18%)
Grayish Cyan — Cyan color
Adjust Color
Color Information
Color Name
Grayish Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(169,10%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(169, 10%, 18%) | color: hsl(169, 10%, 18%) | |
| HEX | #293231 | color: #293231 | |
| RGB | rgb(41, 50, 49) | color: rgb(41, 50, 49) | |
| CMYK | cmyk(18%, 0%, 2%, 80%) | — | |
| HSV | hsv(173, 18%, 20%) | — | |
| HWB | hwb(173 16% 80%) | color: hwb(173 16% 80%) | |
| OKLCH | oklch(0.3083 0.0124 188.33) | color: oklch(0.3083 0.0124 188.33) | |
| Lab | lab(19.94 -4.08 -0.65) | color: lab(19.94 -4.08 -0.65) | |
| LCH | lch(19.94 4.13 189.05) | color: lch(19.94 4.13 189.05) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#2D2D31 — rgb(45, 45, 49)
Deuteranopia (Green-blind)
#2C2C31 — rgb(44, 44, 49)
Tritanopia (Blue-blind)
#293131 — rgb(41, 49, 49)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(169, 10%, 18%);
text
color: hsl(169, 10%, 18%);
border
border: 2px solid hsl(169, 10%, 18%);
gradient light
background: linear-gradient(to right, hsl(169, 10%, 38%), hsl(169, 10%, 18%));
gradient dark
background: linear-gradient(to right, hsl(169, 10%, 18%), hsl(169, 10%, 0%))
hex
background-color: #293231;
tailwind
bg-[hsl(169,10%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(169, 10%, 18%, 0.4);
css variable
--color-primary: hsl(169, 10%, 18%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(169, 10%, 18%)?
HEX: #293231 | RGB: rgb(41, 50, 49) | CMYK: 18%, 0%, 2%, 80% | HSV: 173°, 18%, 20%. Copy any format from the conversion table above.
What colors go well with #293231?
The complementary color is HSL(349, 10%, 18%). For a triadic harmony, use hues 169°, 289°, and 49°. For analogous combinations, try hues 139° and 199°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(169, 10%, 18%) in CSS?
As HSL: color: hsl(169, 10%, 18%); — As HEX: color: #293231; — As RGB: color: rgb(41, 50, 49); — Tailwind CSS: bg-[hsl(169,10%,18%)] — CSS variable: --color-primary: hsl(169, 10%, 18%);