HSL(178, 10%, 15%)
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(178,10%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(178, 10%, 15%) | color: hsl(178, 10%, 15%) | |
| HEX | #222A2A | color: #222A2A | |
| RGB | rgb(34, 42, 42) | color: rgb(34, 42, 42) | |
| CMYK | cmyk(19%, 0%, 0%, 84%) | — | |
| HSV | hsv(180, 19%, 16%) | — | |
| HWB | hwb(180 13% 84%) | color: hwb(180 13% 84%) | |
| OKLCH | oklch(0.2773 0.0112 196.52) | color: oklch(0.2773 0.0112 196.52) | |
| Lab | lab(16.32 -3.49 -1.17) | color: lab(16.32 -3.49 -1.17) | |
| LCH | lch(16.32 3.68 198.53) | color: lch(16.32 3.68 198.53) |
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)
#25262A — rgb(37, 38, 42)
Deuteranopia (Green-blind)
#25242A — rgb(37, 36, 42)
Tritanopia (Blue-blind)
#222A2A — rgb(34, 42, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(178, 10%, 15%);
text
color: hsl(178, 10%, 15%);
border
border: 2px solid hsl(178, 10%, 15%);
gradient light
background: linear-gradient(to right, hsl(178, 10%, 35%), hsl(178, 10%, 15%));
gradient dark
background: linear-gradient(to right, hsl(178, 10%, 15%), hsl(178, 10%, 0%))
hex
background-color: #222A2A;
tailwind
bg-[hsl(178,10%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(178, 10%, 15%, 0.4);
css variable
--color-primary: hsl(178, 10%, 15%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(178, 10%, 15%)?
HEX: #222A2A | RGB: rgb(34, 42, 42) | CMYK: 19%, 0%, 0%, 84% | HSV: 180°, 19%, 16%. Copy any format from the conversion table above.
What colors go well with #222A2A?
The complementary color is HSL(358, 10%, 15%). 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, 10%, 15%) in CSS?
As HSL: color: hsl(178, 10%, 15%); — As HEX: color: #222A2A; — As RGB: color: rgb(34, 42, 42); — Tailwind CSS: bg-[hsl(178,10%,15%)] — CSS variable: --color-primary: hsl(178, 10%, 15%);