HSL(272, 14%, 34%)
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(272,14%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(272, 14%, 34%) | color: hsl(272, 14%, 34%) | |
| HEX | #584B63 | color: #584B63 | |
| RGB | rgb(88, 75, 99) | color: rgb(88, 75, 99) | |
| CMYK | cmyk(11%, 24%, 0%, 61%) | — | |
| HSV | hsv(273, 24%, 39%) | — | |
| HWB | hwb(273 30% 61%) | color: hwb(273 30% 61%) | |
| OKLCH | oklch(0.4351 0.042 309.18) | color: oklch(0.4351 0.042 309.18) | |
| Lab | lab(34 10.62 -11.98) | color: lab(34 10.62 -11.98) | |
| LCH | lch(34 16.01 311.56) | color: lch(34 16.01 311.56) |
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)
#52525D — rgb(82, 82, 93)
Deuteranopia (Green-blind)
#53545C — rgb(83, 84, 92)
Tritanopia (Blue-blind)
#575958 — rgb(87, 89, 88)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(272, 14%, 34%);
text
color: hsl(272, 14%, 34%);
border
border: 2px solid hsl(272, 14%, 34%);
gradient light
background: linear-gradient(to right, hsl(272, 14%, 54%), hsl(272, 14%, 34%));
gradient dark
background: linear-gradient(to right, hsl(272, 14%, 34%), hsl(272, 14%, 14%))
hex
background-color: #584B63;
tailwind
bg-[hsl(272,14%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(272, 14%, 34%, 0.4);
css variable
--color-primary: hsl(272, 14%, 34%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(272, 14%, 34%)?
HEX: #584B63 | RGB: rgb(88, 75, 99) | CMYK: 11%, 24%, 0%, 61% | HSV: 273°, 24%, 39%. Copy any format from the conversion table above.
What colors go well with #584B63?
The complementary color is HSL(92, 14%, 34%). For a triadic harmony, use hues 272°, 32°, and 152°. For analogous combinations, try hues 242° and 302°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(272, 14%, 34%) in CSS?
As HSL: color: hsl(272, 14%, 34%); — As HEX: color: #584B63; — As RGB: color: rgb(88, 75, 99); — Tailwind CSS: bg-[hsl(272,14%,34%)] — CSS variable: --color-primary: hsl(272, 14%, 34%);