HSL(262, 30%, 27%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(262,30%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(262, 30%, 27%) | color: hsl(262, 30%, 27%) | |
| HEX | #3F305A | color: #3F305A | |
| RGB | rgb(63, 48, 90) | color: rgb(63, 48, 90) | |
| CMYK | cmyk(30%, 47%, 0%, 65%) | — | |
| HSV | hsv(261, 47%, 35%) | — | |
| HWB | hwb(261 19% 65%) | color: hwb(261 19% 65%) | |
| OKLCH | oklch(0.3462 0.0731 299.01) | color: oklch(0.3462 0.0731 299.01) | |
| Lab | lab(23.37 17.06 -22.85) | color: lab(23.37 17.06 -22.85) | |
| LCH | lch(23.37 28.52 306.75) | color: lch(23.37 28.52 306.75) |
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)
#393850 — rgb(57, 56, 80)
Deuteranopia (Green-blind)
#393B4D — rgb(57, 59, 77)
Tritanopia (Blue-blind)
#3E4846 — rgb(62, 72, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(262, 30%, 27%);
text
color: hsl(262, 30%, 27%);
border
border: 2px solid hsl(262, 30%, 27%);
gradient light
background: linear-gradient(to right, hsl(262, 30%, 47%), hsl(262, 30%, 27%));
gradient dark
background: linear-gradient(to right, hsl(262, 30%, 27%), hsl(262, 30%, 7%))
hex
background-color: #3F305A;
tailwind
bg-[hsl(262,30%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(262, 30%, 27%, 0.4);
css variable
--color-primary: hsl(262, 30%, 27%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(262, 30%, 27%)?
HEX: #3F305A | RGB: rgb(63, 48, 90) | CMYK: 30%, 47%, 0%, 65% | HSV: 261°, 47%, 35%. Copy any format from the conversion table above.
What colors go well with #3F305A?
The complementary color is HSL(82, 30%, 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, 30%, 27%) in CSS?
As HSL: color: hsl(262, 30%, 27%); — As HEX: color: #3F305A; — As RGB: color: rgb(63, 48, 90); — Tailwind CSS: bg-[hsl(262,30%,27%)] — CSS variable: --color-primary: hsl(262, 30%, 27%);