HSL(265, 10%, 30%)
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(265,10%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(265, 10%, 30%) | color: hsl(265, 10%, 30%) | |
| HEX | #4B4554 | color: #4B4554 | |
| RGB | rgb(75, 69, 84) | color: rgb(75, 69, 84) | |
| CMYK | cmyk(11%, 18%, 0%, 67%) | — | |
| HSV | hsv(264, 18%, 33%) | — | |
| HWB | hwb(264 27% 67%) | color: hwb(264 27% 67%) | |
| OKLCH | oklch(0.4021 0.026 303.42) | color: oklch(0.4021 0.026 303.42) | |
| Lab | lab(30.38 5.9 -8.02) | color: lab(30.38 5.9 -8.02) | |
| LCH | lch(30.38 9.96 306.34) | color: lch(30.38 9.96 306.34) |
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)
#484850 — rgb(72, 72, 80)
Deuteranopia (Green-blind)
#494950 — rgb(73, 73, 80)
Tritanopia (Blue-blind)
#4B4E4D — rgb(75, 78, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(265, 10%, 30%);
text
color: hsl(265, 10%, 30%);
border
border: 2px solid hsl(265, 10%, 30%);
gradient light
background: linear-gradient(to right, hsl(265, 10%, 50%), hsl(265, 10%, 30%));
gradient dark
background: linear-gradient(to right, hsl(265, 10%, 30%), hsl(265, 10%, 10%))
hex
background-color: #4B4554;
tailwind
bg-[hsl(265,10%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(265, 10%, 30%, 0.4);
css variable
--color-primary: hsl(265, 10%, 30%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(265, 10%, 30%)?
HEX: #4B4554 | RGB: rgb(75, 69, 84) | CMYK: 11%, 18%, 0%, 67% | HSV: 264°, 18%, 33%. Copy any format from the conversion table above.
What colors go well with #4B4554?
The complementary color is HSL(85, 10%, 30%). For a triadic harmony, use hues 265°, 25°, and 145°. For analogous combinations, try hues 235° and 295°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(265, 10%, 30%) in CSS?
As HSL: color: hsl(265, 10%, 30%); — As HEX: color: #4B4554; — As RGB: color: rgb(75, 69, 84); — Tailwind CSS: bg-[hsl(265,10%,30%)] — CSS variable: --color-primary: hsl(265, 10%, 30%);