HSL(270, 12%, 43%)
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,12%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(270, 12%, 43%) | color: hsl(270, 12%, 43%) | |
| HEX | #6E607B | color: #6E607B | |
| RGB | rgb(110, 96, 123) | color: rgb(110, 96, 123) | |
| CMYK | cmyk(11%, 22%, 0%, 52%) | — | |
| HSV | hsv(271, 22%, 48%) | — | |
| HWB | hwb(271 37% 52%) | color: hwb(271 37% 52%) | |
| OKLCH | oklch(0.5123 0.0451 308.28) | color: oklch(0.5123 0.0451 308.28) | |
| Lab | lab(42.93 11.23 -13.06) | color: lab(42.93 11.23 -13.06) | |
| LCH | lch(42.93 17.22 310.69) | color: lch(42.93 17.22 310.69) |
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)
#686874 — rgb(104, 104, 116)
Deuteranopia (Green-blind)
#696A73 — rgb(105, 106, 115)
Tritanopia (Blue-blind)
#6D6F6E — rgb(109, 111, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(270, 12%, 43%);
text
color: hsl(270, 12%, 43%);
border
border: 2px solid hsl(270, 12%, 43%);
gradient light
background: linear-gradient(to right, hsl(270, 12%, 63%), hsl(270, 12%, 43%));
gradient dark
background: linear-gradient(to right, hsl(270, 12%, 43%), hsl(270, 12%, 23%))
hex
background-color: #6E607B;
tailwind
bg-[hsl(270,12%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(270, 12%, 43%, 0.4);
css variable
--color-primary: hsl(270, 12%, 43%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(270, 12%, 43%)?
HEX: #6E607B | RGB: rgb(110, 96, 123) | CMYK: 11%, 22%, 0%, 52% | HSV: 271°, 22%, 48%. Copy any format from the conversion table above.
What colors go well with #6E607B?
The complementary color is HSL(90, 12%, 43%). 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, 12%, 43%) in CSS?
As HSL: color: hsl(270, 12%, 43%); — As HEX: color: #6E607B; — As RGB: color: rgb(110, 96, 123); — Tailwind CSS: bg-[hsl(270,12%,43%)] — CSS variable: --color-primary: hsl(270, 12%, 43%);