HSL(193, 11%, 21%)
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(193,11%,21%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(193, 11%, 21%) | color: hsl(193, 11%, 21%) | |
| HEX | #30393B | color: #30393B | |
| RGB | rgb(48, 57, 59) | color: rgb(48, 57, 59) | |
| CMYK | cmyk(19%, 3%, 0%, 77%) | — | |
| HSV | hsv(191, 19%, 23%) | — | |
| HWB | hwb(191 19% 77%) | color: hwb(191 19% 77%) | |
| OKLCH | oklch(0.337 0.0126 212.61) | color: oklch(0.337 0.0126 212.61) | |
| Lab | lab(23.24 -3.24 -2.51) | color: lab(23.24 -3.24 -2.51) | |
| LCH | lch(23.24 4.1 217.76) | color: lch(23.24 4.1 217.76) |
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)
#34343B — rgb(52, 52, 59)
Deuteranopia (Green-blind)
#33333A — rgb(51, 51, 58)
Tritanopia (Blue-blind)
#303A3A — rgb(48, 58, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(193, 11%, 21%);
text
color: hsl(193, 11%, 21%);
border
border: 2px solid hsl(193, 11%, 21%);
gradient light
background: linear-gradient(to right, hsl(193, 11%, 41%), hsl(193, 11%, 21%));
gradient dark
background: linear-gradient(to right, hsl(193, 11%, 21%), hsl(193, 11%, 1%))
hex
background-color: #30393B;
tailwind
bg-[hsl(193,11%,21%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(193, 11%, 21%, 0.4);
css variable
--color-primary: hsl(193, 11%, 21%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(193, 11%, 21%)?
HEX: #30393B | RGB: rgb(48, 57, 59) | CMYK: 19%, 3%, 0%, 77% | HSV: 191°, 19%, 23%. Copy any format from the conversion table above.
What colors go well with #30393B?
The complementary color is HSL(13, 11%, 21%). For a triadic harmony, use hues 193°, 313°, and 73°. For analogous combinations, try hues 163° and 223°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(193, 11%, 21%) in CSS?
As HSL: color: hsl(193, 11%, 21%); — As HEX: color: #30393B; — As RGB: color: rgb(48, 57, 59); — Tailwind CSS: bg-[hsl(193,11%,21%)] — CSS variable: --color-primary: hsl(193, 11%, 21%);