HSL(279, 29%, 37%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(279,29%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(279, 29%, 37%) | color: hsl(279, 29%, 37%) | |
| HEX | #67437A | color: #67437A | |
| RGB | rgb(103, 67, 122) | color: rgb(103, 67, 122) | |
| CMYK | cmyk(16%, 45%, 0%, 52%) | — | |
| HSV | hsv(279, 45%, 48%) | — | |
| HWB | hwb(279 26% 52%) | color: hwb(279 26% 52%) | |
| OKLCH | oklch(0.447 0.0962 313.14) | color: oklch(0.447 0.0962 313.14) | |
| Lab | lab(34.61 26.36 -25.34) | color: lab(34.61 26.36 -25.34) | |
| LCH | lch(34.61 36.56 316.13) | color: lch(34.61 36.56 316.13) |
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)
#57576D — rgb(87, 87, 109)
Deuteranopia (Green-blind)
#5A5C6A — rgb(90, 92, 106)
Tritanopia (Blue-blind)
#656260 — rgb(101, 98, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(279, 29%, 37%);
text
color: hsl(279, 29%, 37%);
border
border: 2px solid hsl(279, 29%, 37%);
gradient light
background: linear-gradient(to right, hsl(279, 29%, 57%), hsl(279, 29%, 37%));
gradient dark
background: linear-gradient(to right, hsl(279, 29%, 37%), hsl(279, 29%, 17%))
hex
background-color: #67437A;
tailwind
bg-[hsl(279,29%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(279, 29%, 37%, 0.4);
css variable
--color-primary: hsl(279, 29%, 37%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(279, 29%, 37%)?
HEX: #67437A | RGB: rgb(103, 67, 122) | CMYK: 16%, 45%, 0%, 52% | HSV: 279°, 45%, 48%. Copy any format from the conversion table above.
What colors go well with #67437A?
The complementary color is HSL(99, 29%, 37%). For a triadic harmony, use hues 279°, 39°, and 159°. For analogous combinations, try hues 249° and 309°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(279, 29%, 37%) in CSS?
As HSL: color: hsl(279, 29%, 37%); — As HEX: color: #67437A; — As RGB: color: rgb(103, 67, 122); — Tailwind CSS: bg-[hsl(279,29%,37%)] — CSS variable: --color-primary: hsl(279, 29%, 37%);