HSL(232, 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(232,11%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 11%, 24%) | color: hsl(232, 11%, 24%) | |
| HEX | #363844 | color: #363844 | |
| RGB | rgb(54, 56, 68) | color: rgb(54, 56, 68) | |
| CMYK | cmyk(21%, 18%, 0%, 73%) | — | |
| HSV | hsv(231, 21%, 27%) | — | |
| HWB | hwb(231 21% 73%) | color: hwb(231 21% 73%) | |
| OKLCH | oklch(0.3436 0.0211 277.78) | color: oklch(0.3436 0.0211 277.78) | |
| Lab | lab(23.77 2.18 -7.69) | color: lab(23.77 2.18 -7.69) | |
| LCH | lch(23.77 7.99 285.83) | color: lch(23.77 7.99 285.83) |
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)
#373741 — rgb(55, 55, 65)
Deuteranopia (Green-blind)
#373740 — rgb(55, 55, 64)
Tritanopia (Blue-blind)
#363F3E — rgb(54, 63, 62)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 11%, 24%);
text
color: hsl(232, 11%, 24%);
border
border: 2px solid hsl(232, 11%, 24%);
gradient light
background: linear-gradient(to right, hsl(232, 11%, 44%), hsl(232, 11%, 24%));
gradient dark
background: linear-gradient(to right, hsl(232, 11%, 24%), hsl(232, 11%, 4%))
hex
background-color: #363844;
tailwind
bg-[hsl(232,11%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 11%, 24%, 0.4);
css variable
--color-primary: hsl(232, 11%, 24%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 11%, 24%)?
HEX: #363844 | RGB: rgb(54, 56, 68) | CMYK: 21%, 18%, 0%, 73% | HSV: 231°, 21%, 27%. Copy any format from the conversion table above.
What colors go well with #363844?
The complementary color is HSL(52, 11%, 24%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 11%, 24%) in CSS?
As HSL: color: hsl(232, 11%, 24%); — As HEX: color: #363844; — As RGB: color: rgb(54, 56, 68); — Tailwind CSS: bg-[hsl(232,11%,24%)] — CSS variable: --color-primary: hsl(232, 11%, 24%);