HSL(270, 10%, 49%)
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(270,10%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(270, 10%, 49%) | color: hsl(270, 10%, 49%) | |
| HEX | #7D7089 | color: #7D7089 | |
| RGB | rgb(125, 112, 137) | color: rgb(125, 112, 137) | |
| CMYK | cmyk(9%, 18%, 0%, 46%) | — | |
| HSV | hsv(271, 18%, 54%) | — | |
| HWB | hwb(271 44% 46%) | color: hwb(271 44% 46%) | |
| OKLCH | oklch(0.5659 0.0408 308.51) | color: oklch(0.5659 0.0408 308.51) | |
| Lab | lab(49.2 10.13 -11.83) | color: lab(49.2 10.13 -11.83) | |
| LCH | lch(49.2 15.57 310.57) | color: lch(49.2 15.57 310.57) |
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)
#777783 — rgb(119, 119, 131)
Deuteranopia (Green-blind)
#787982 — rgb(120, 121, 130)
Tritanopia (Blue-blind)
#7C7E7D — rgb(124, 126, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(270, 10%, 49%);
text
color: hsl(270, 10%, 49%);
border
border: 2px solid hsl(270, 10%, 49%);
gradient light
background: linear-gradient(to right, hsl(270, 10%, 69%), hsl(270, 10%, 49%));
gradient dark
background: linear-gradient(to right, hsl(270, 10%, 49%), hsl(270, 10%, 29%))
hex
background-color: #7D7089;
tailwind
bg-[hsl(270,10%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(270, 10%, 49%, 0.4);
css variable
--color-primary: hsl(270, 10%, 49%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(270, 10%, 49%)?
HEX: #7D7089 | RGB: rgb(125, 112, 137) | CMYK: 9%, 18%, 0%, 46% | HSV: 271°, 18%, 54%. Copy any format from the conversion table above.
What colors go well with #7D7089?
The complementary color is HSL(90, 10%, 49%). For a triadic harmony, use hues 270°, 30°, and 150°. For analogous combinations, try hues 240° and 300°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(270, 10%, 49%) in CSS?
As HSL: color: hsl(270, 10%, 49%); — As HEX: color: #7D7089; — As RGB: color: rgb(125, 112, 137); — Tailwind CSS: bg-[hsl(270,10%,49%)] — CSS variable: --color-primary: hsl(270, 10%, 49%);