HSL(172, 11%, 24%)
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(172,11%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(172, 11%, 24%) | color: hsl(172, 11%, 24%) | |
| HEX | #364442 | color: #364442 | |
| RGB | rgb(54, 68, 66) | color: rgb(54, 68, 66) | |
| CMYK | cmyk(21%, 0%, 3%, 73%) | — | |
| HSV | hsv(171, 21%, 27%) | — | |
| HWB | hwb(171 21% 73%) | color: hwb(171 21% 73%) | |
| OKLCH | oklch(0.3736 0.0184 185.81) | color: oklch(0.3736 0.0184 185.81) | |
| Lab | lab(27.61 -6.12 -0.66) | color: lab(27.61 -6.12 -0.66) | |
| LCH | lch(27.61 6.16 186.16) | color: lch(27.61 6.16 186.16) |
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)
#3C3C42 — rgb(60, 60, 66)
Deuteranopia (Green-blind)
#3B3A43 — rgb(59, 58, 67)
Tritanopia (Blue-blind)
#374343 — rgb(55, 67, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(172, 11%, 24%);
text
color: hsl(172, 11%, 24%);
border
border: 2px solid hsl(172, 11%, 24%);
gradient light
background: linear-gradient(to right, hsl(172, 11%, 44%), hsl(172, 11%, 24%));
gradient dark
background: linear-gradient(to right, hsl(172, 11%, 24%), hsl(172, 11%, 4%))
hex
background-color: #364442;
tailwind
bg-[hsl(172,11%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(172, 11%, 24%, 0.4);
css variable
--color-primary: hsl(172, 11%, 24%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(172, 11%, 24%)?
HEX: #364442 | RGB: rgb(54, 68, 66) | CMYK: 21%, 0%, 3%, 73% | HSV: 171°, 21%, 27%. Copy any format from the conversion table above.
What colors go well with #364442?
The complementary color is HSL(352, 11%, 24%). 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, 11%, 24%) in CSS?
As HSL: color: hsl(172, 11%, 24%); — As HEX: color: #364442; — As RGB: color: rgb(54, 68, 66); — Tailwind CSS: bg-[hsl(172,11%,24%)] — CSS variable: --color-primary: hsl(172, 11%, 24%);