HSL(242, 10%, 33%)
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(242,10%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(242, 10%, 33%) | color: hsl(242, 10%, 33%) | |
| HEX | #4C4C5D | color: #4C4C5D | |
| RGB | rgb(76, 76, 93) | color: rgb(76, 76, 93) | |
| CMYK | cmyk(18%, 18%, 0%, 64%) | — | |
| HSV | hsv(240, 18%, 36%) | — | |
| HWB | hwb(240 30% 64%) | color: hwb(240 30% 64%) | |
| OKLCH | oklch(0.4231 0.028 285.14) | color: oklch(0.4231 0.028 285.14) | |
| Lab | lab(32.91 4.03 -9.95) | color: lab(32.91 4.03 -9.95) | |
| LCH | lch(32.91 10.74 292.05) | color: lch(32.91 10.74 292.05) |
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)
#4C4C59 — rgb(76, 76, 89)
Deuteranopia (Green-blind)
#4C4C58 — rgb(76, 76, 88)
Tritanopia (Blue-blind)
#4C5655 — rgb(76, 86, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(242, 10%, 33%);
text
color: hsl(242, 10%, 33%);
border
border: 2px solid hsl(242, 10%, 33%);
gradient light
background: linear-gradient(to right, hsl(242, 10%, 53%), hsl(242, 10%, 33%));
gradient dark
background: linear-gradient(to right, hsl(242, 10%, 33%), hsl(242, 10%, 13%))
hex
background-color: #4C4C5D;
tailwind
bg-[hsl(242,10%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(242, 10%, 33%, 0.4);
css variable
--color-primary: hsl(242, 10%, 33%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(242, 10%, 33%)?
HEX: #4C4C5D | RGB: rgb(76, 76, 93) | CMYK: 18%, 18%, 0%, 64% | HSV: 240°, 18%, 36%. Copy any format from the conversion table above.
What colors go well with #4C4C5D?
The complementary color is HSL(62, 10%, 33%). For a triadic harmony, use hues 242°, 2°, and 122°. For analogous combinations, try hues 212° and 272°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(242, 10%, 33%) in CSS?
As HSL: color: hsl(242, 10%, 33%); — As HEX: color: #4C4C5D; — As RGB: color: rgb(76, 76, 93); — Tailwind CSS: bg-[hsl(242,10%,33%)] — CSS variable: --color-primary: hsl(242, 10%, 33%);