HSL(202, 11%, 24%)
Grayish Blue — Blue color
Adjust Color
Color Information
Color Name
Grayish Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(202,11%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(202, 11%, 24%) | color: hsl(202, 11%, 24%) | |
| HEX | #363F44 | color: #363F44 | |
| RGB | rgb(54, 63, 68) | color: rgb(54, 63, 68) | |
| CMYK | cmyk(21%, 7%, 0%, 73%) | — | |
| HSV | hsv(201, 21%, 27%) | — | |
| HWB | hwb(201 21% 73%) | color: hwb(201 21% 73%) | |
| OKLCH | oklch(0.3614 0.0148 232.11) | color: oklch(0.3614 0.0148 232.11) | |
| Lab | lab(26.03 -2.42 -4.3) | color: lab(26.03 -2.42 -4.3) | |
| LCH | lch(26.03 4.93 240.63) | color: lch(26.03 4.93 240.63) |
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)
#3A3A43 — rgb(58, 58, 67)
Deuteranopia (Green-blind)
#393943 — rgb(57, 57, 67)
Tritanopia (Blue-blind)
#364242 — rgb(54, 66, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(202, 11%, 24%);
text
color: hsl(202, 11%, 24%);
border
border: 2px solid hsl(202, 11%, 24%);
gradient light
background: linear-gradient(to right, hsl(202, 11%, 44%), hsl(202, 11%, 24%));
gradient dark
background: linear-gradient(to right, hsl(202, 11%, 24%), hsl(202, 11%, 4%))
hex
background-color: #363F44;
tailwind
bg-[hsl(202,11%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(202, 11%, 24%, 0.4);
css variable
--color-primary: hsl(202, 11%, 24%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(202, 11%, 24%)?
HEX: #363F44 | RGB: rgb(54, 63, 68) | CMYK: 21%, 7%, 0%, 73% | HSV: 201°, 21%, 27%. Copy any format from the conversion table above.
What colors go well with #363F44?
The complementary color is HSL(22, 11%, 24%). For a triadic harmony, use hues 202°, 322°, and 82°. For analogous combinations, try hues 172° and 232°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(202, 11%, 24%) in CSS?
As HSL: color: hsl(202, 11%, 24%); — As HEX: color: #363F44; — As RGB: color: rgb(54, 63, 68); — Tailwind CSS: bg-[hsl(202,11%,24%)] — CSS variable: --color-primary: hsl(202, 11%, 24%);