HSL(262, 14%, 32%)
Grayish Indigo — Indigo color
Adjust Color
Color Information
Color Name
Grayish Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(262,14%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(262, 14%, 32%) | color: hsl(262, 14%, 32%) | |
| HEX | #4F465D | color: #4F465D | |
| RGB | rgb(79, 70, 93) | color: rgb(79, 70, 93) | |
| CMYK | cmyk(15%, 25%, 0%, 64%) | — | |
| HSV | hsv(263, 25%, 36%) | — | |
| HWB | hwb(263 27% 64%) | color: hwb(263 27% 64%) | |
| OKLCH | oklch(0.4123 0.0394 302.57) | color: oklch(0.4123 0.0394 302.57) | |
| Lab | lab(31.42 8.99 -12.18) | color: lab(31.42 8.99 -12.18) | |
| LCH | lch(31.42 15.14 306.43) | color: lch(31.42 15.14 306.43) |
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)
#4B4B57 — rgb(75, 75, 87)
Deuteranopia (Green-blind)
#4C4C56 — rgb(76, 76, 86)
Tritanopia (Blue-blind)
#4F5352 — rgb(79, 83, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(262, 14%, 32%);
text
color: hsl(262, 14%, 32%);
border
border: 2px solid hsl(262, 14%, 32%);
gradient light
background: linear-gradient(to right, hsl(262, 14%, 52%), hsl(262, 14%, 32%));
gradient dark
background: linear-gradient(to right, hsl(262, 14%, 32%), hsl(262, 14%, 12%))
hex
background-color: #4F465D;
tailwind
bg-[hsl(262,14%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(262, 14%, 32%, 0.4);
css variable
--color-primary: hsl(262, 14%, 32%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(262, 14%, 32%)?
HEX: #4F465D | RGB: rgb(79, 70, 93) | CMYK: 15%, 25%, 0%, 64% | HSV: 263°, 25%, 36%. Copy any format from the conversion table above.
What colors go well with #4F465D?
The complementary color is HSL(82, 14%, 32%). For a triadic harmony, use hues 262°, 22°, and 142°. For analogous combinations, try hues 232° and 292°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(262, 14%, 32%) in CSS?
As HSL: color: hsl(262, 14%, 32%); — As HEX: color: #4F465D; — As RGB: color: rgb(79, 70, 93); — Tailwind CSS: bg-[hsl(262,14%,32%)] — CSS variable: --color-primary: hsl(262, 14%, 32%);