HSL(276, 40%, 38%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(276,40%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(276, 40%, 38%) | color: hsl(276, 40%, 38%) | |
| HEX | #693A88 | color: #693A88 | |
| RGB | rgb(105, 58, 136) | color: rgb(105, 58, 136) | |
| CMYK | cmyk(23%, 57%, 0%, 47%) | — | |
| HSV | hsv(276, 57%, 53%) | — | |
| HWB | hwb(276 23% 47%) | color: hwb(276 23% 47%) | |
| OKLCH | oklch(0.4424 0.1304 309.92) | color: oklch(0.4424 0.1304 309.92) | |
| Lab | lab(33.58 35.61 -35.63) | color: lab(33.58 35.61 -35.63) | |
| LCH | lch(33.58 50.37 314.98) | color: lch(33.58 50.37 314.98) |
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)
#555475 — rgb(85, 84, 117)
Deuteranopia (Green-blind)
#575B71 — rgb(87, 91, 113)
Tritanopia (Blue-blind)
#676663 — rgb(103, 102, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(276, 40%, 38%);
text
color: hsl(276, 40%, 38%);
border
border: 2px solid hsl(276, 40%, 38%);
gradient light
background: linear-gradient(to right, hsl(276, 40%, 58%), hsl(276, 40%, 38%));
gradient dark
background: linear-gradient(to right, hsl(276, 40%, 38%), hsl(276, 40%, 18%))
hex
background-color: #693A88;
tailwind
bg-[hsl(276,40%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(276, 40%, 38%, 0.4);
css variable
--color-primary: hsl(276, 40%, 38%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(276, 40%, 38%)?
HEX: #693A88 | RGB: rgb(105, 58, 136) | CMYK: 23%, 57%, 0%, 47% | HSV: 276°, 57%, 53%. Copy any format from the conversion table above.
What colors go well with #693A88?
The complementary color is HSL(96, 40%, 38%). For a triadic harmony, use hues 276°, 36°, and 156°. For analogous combinations, try hues 246° and 306°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(276, 40%, 38%) in CSS?
As HSL: color: hsl(276, 40%, 38%); — As HEX: color: #693A88; — As RGB: color: rgb(105, 58, 136); — Tailwind CSS: bg-[hsl(276,40%,38%)] — CSS variable: --color-primary: hsl(276, 40%, 38%);