HSL(233, 5%, 22%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(233,5%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 5%, 22%) | color: hsl(233, 5%, 22%) | |
| HEX | #35363B | color: #35363B | |
| RGB | rgb(53, 54, 59) | color: rgb(53, 54, 59) | |
| CMYK | cmyk(10%, 8%, 0%, 77%) | — | |
| HSV | hsv(230, 10%, 23%) | — | |
| HWB | hwb(230 21% 77%) | color: hwb(230 21% 77%) | |
| OKLCH | oklch(0.3338 0.0088 276.88) | color: oklch(0.3338 0.0088 276.88) | |
| Lab | lab(22.69 0.78 -3.27) | color: lab(22.69 0.78 -3.27) | |
| LCH | lch(22.69 3.36 283.42) | color: lch(22.69 3.36 283.42) |
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)
#35353A — rgb(53, 53, 58)
Deuteranopia (Green-blind)
#35353A — rgb(53, 53, 58)
Tritanopia (Blue-blind)
#353939 — rgb(53, 57, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 5%, 22%);
text
color: hsl(233, 5%, 22%);
border
border: 2px solid hsl(233, 5%, 22%);
gradient light
background: linear-gradient(to right, hsl(233, 5%, 42%), hsl(233, 5%, 22%));
gradient dark
background: linear-gradient(to right, hsl(233, 5%, 22%), hsl(233, 5%, 2%))
hex
background-color: #35363B;
tailwind
bg-[hsl(233,5%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 5%, 22%, 0.4);
css variable
--color-primary: hsl(233, 5%, 22%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(233, 5%, 22%)?
HEX: #35363B | RGB: rgb(53, 54, 59) | CMYK: 10%, 8%, 0%, 77% | HSV: 230°, 10%, 23%. Copy any format from the conversion table above.
What colors go well with #35363B?
The complementary color is HSL(53, 5%, 22%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 5%, 22%) in CSS?
As HSL: color: hsl(233, 5%, 22%); — As HEX: color: #35363B; — As RGB: color: rgb(53, 54, 59); — Tailwind CSS: bg-[hsl(233,5%,22%)] — CSS variable: --color-primary: hsl(233, 5%, 22%);