HSL(273, 10%, 44%)
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(273,10%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(273, 10%, 44%) | color: hsl(273, 10%, 44%) | |
| HEX | #71657B | color: #71657B | |
| RGB | rgb(113, 101, 123) | color: rgb(113, 101, 123) | |
| CMYK | cmyk(8%, 18%, 0%, 52%) | — | |
| HSV | hsv(273, 18%, 48%) | — | |
| HWB | hwb(273 39% 52%) | color: hwb(273 39% 52%) | |
| OKLCH | oklch(0.5258 0.0369 309.6) | color: oklch(0.5258 0.0369 309.6) | |
| Lab | lab(44.59 9.28 -10.53) | color: lab(44.59 9.28 -10.53) | |
| LCH | lch(44.59 14.04 311.39) | color: lch(44.59 14.04 311.39) |
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)
#6C6C76 — rgb(108, 108, 118)
Deuteranopia (Green-blind)
#6D6D74 — rgb(109, 109, 116)
Tritanopia (Blue-blind)
#707171 — rgb(112, 113, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(273, 10%, 44%);
text
color: hsl(273, 10%, 44%);
border
border: 2px solid hsl(273, 10%, 44%);
gradient light
background: linear-gradient(to right, hsl(273, 10%, 64%), hsl(273, 10%, 44%));
gradient dark
background: linear-gradient(to right, hsl(273, 10%, 44%), hsl(273, 10%, 24%))
hex
background-color: #71657B;
tailwind
bg-[hsl(273,10%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(273, 10%, 44%, 0.4);
css variable
--color-primary: hsl(273, 10%, 44%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(273, 10%, 44%)?
HEX: #71657B | RGB: rgb(113, 101, 123) | CMYK: 8%, 18%, 0%, 52% | HSV: 273°, 18%, 48%. Copy any format from the conversion table above.
What colors go well with #71657B?
The complementary color is HSL(93, 10%, 44%). For a triadic harmony, use hues 273°, 33°, and 153°. For analogous combinations, try hues 243° and 303°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(273, 10%, 44%) in CSS?
As HSL: color: hsl(273, 10%, 44%); — As HEX: color: #71657B; — As RGB: color: rgb(113, 101, 123); — Tailwind CSS: bg-[hsl(273,10%,44%)] — CSS variable: --color-primary: hsl(273, 10%, 44%);