HSL(262, 43%, 27%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(262,43%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(262, 43%, 27%) | color: hsl(262, 43%, 27%) | |
| HEX | #3D2762 | color: #3D2762 | |
| RGB | rgb(61, 39, 98) | color: rgb(61, 39, 98) | |
| CMYK | cmyk(38%, 60%, 0%, 62%) | — | |
| HSV | hsv(262, 60%, 38%) | — | |
| HWB | hwb(262 15% 62%) | color: hwb(262 15% 62%) | |
| OKLCH | oklch(0.332 0.1007 297.88) | color: oklch(0.332 0.1007 297.88) | |
| Lab | lab(21.3 24.73 -31.41) | color: lab(21.3 24.73 -31.41) | |
| LCH | lch(21.3 39.98 308.21) | color: lch(21.3 39.98 308.21) |
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)
#333354 — rgb(51, 51, 84)
Deuteranopia (Green-blind)
#353650 — rgb(53, 54, 80)
Tritanopia (Blue-blind)
#3C4846 — rgb(60, 72, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(262, 43%, 27%);
text
color: hsl(262, 43%, 27%);
border
border: 2px solid hsl(262, 43%, 27%);
gradient light
background: linear-gradient(to right, hsl(262, 43%, 47%), hsl(262, 43%, 27%));
gradient dark
background: linear-gradient(to right, hsl(262, 43%, 27%), hsl(262, 43%, 7%))
hex
background-color: #3D2762;
tailwind
bg-[hsl(262,43%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(262, 43%, 27%, 0.4);
css variable
--color-primary: hsl(262, 43%, 27%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(262, 43%, 27%)?
HEX: #3D2762 | RGB: rgb(61, 39, 98) | CMYK: 38%, 60%, 0%, 62% | HSV: 262°, 60%, 38%. Copy any format from the conversion table above.
What colors go well with #3D2762?
The complementary color is HSL(82, 43%, 27%). For a triadic harmony, use hues 262°, 22°, and 142°. For analogous combinations, try hues 232° and 292°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(262, 43%, 27%) in CSS?
As HSL: color: hsl(262, 43%, 27%); — As HEX: color: #3D2762; — As RGB: color: rgb(61, 39, 98); — Tailwind CSS: bg-[hsl(262,43%,27%)] — CSS variable: --color-primary: hsl(262, 43%, 27%);