HSL(239, 12%, 35%)
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(239,12%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(239, 12%, 35%) | color: hsl(239, 12%, 35%) | |
| HEX | #4F4F64 | color: #4F4F64 | |
| RGB | rgb(79, 79, 100) | color: rgb(79, 79, 100) | |
| CMYK | cmyk(21%, 21%, 0%, 61%) | — | |
| HSV | hsv(240, 21%, 39%) | — | |
| HWB | hwb(240 31% 61%) | color: hwb(240 31% 61%) | |
| OKLCH | oklch(0.4359 0.0344 284.88) | color: oklch(0.4359 0.0344 284.88) | |
| Lab | lab(34.34 5.01 -12.17) | color: lab(34.34 5.01 -12.17) | |
| LCH | lch(34.34 13.16 292.38) | color: lch(34.34 13.16 292.38) |
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)
#4F4F5F — rgb(79, 79, 95)
Deuteranopia (Green-blind)
#4F4F5E — rgb(79, 79, 94)
Tritanopia (Blue-blind)
#4F5B5A — rgb(79, 91, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(239, 12%, 35%);
text
color: hsl(239, 12%, 35%);
border
border: 2px solid hsl(239, 12%, 35%);
gradient light
background: linear-gradient(to right, hsl(239, 12%, 55%), hsl(239, 12%, 35%));
gradient dark
background: linear-gradient(to right, hsl(239, 12%, 35%), hsl(239, 12%, 15%))
hex
background-color: #4F4F64;
tailwind
bg-[hsl(239,12%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(239, 12%, 35%, 0.4);
css variable
--color-primary: hsl(239, 12%, 35%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(239, 12%, 35%)?
HEX: #4F4F64 | RGB: rgb(79, 79, 100) | CMYK: 21%, 21%, 0%, 61% | HSV: 240°, 21%, 39%. Copy any format from the conversion table above.
What colors go well with #4F4F64?
The complementary color is HSL(59, 12%, 35%). For a triadic harmony, use hues 239°, 359°, and 119°. For analogous combinations, try hues 209° and 269°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(239, 12%, 35%) in CSS?
As HSL: color: hsl(239, 12%, 35%); — As HEX: color: #4F4F64; — As RGB: color: rgb(79, 79, 100); — Tailwind CSS: bg-[hsl(239,12%,35%)] — CSS variable: --color-primary: hsl(239, 12%, 35%);