HSL(270, 90%, 39%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(270,90%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(270, 90%, 39%) | color: hsl(270, 90%, 39%) | |
| HEX | #630ABD | color: #630ABD | |
| RGB | rgb(99, 10, 189) | color: rgb(99, 10, 189) | |
| CMYK | cmyk(48%, 95%, 0%, 26%) | — | |
| HSV | hsv(270, 95%, 74%) | — | |
| HWB | hwb(270 4% 26%) | color: hwb(270 4% 26%) | |
| OKLCH | oklch(0.434 0.231 296.12) | color: oklch(0.434 0.231 296.12) | |
| Lab | lab(30.74 65.29 -72.29) | color: lab(30.74 65.29 -72.29) | |
| LCH | lch(30.74 97.41 312.09) | color: lch(30.74 97.41 312.09) |
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)
#3C3C92 — rgb(60, 60, 146)
Deuteranopia (Green-blind)
#424887 — rgb(66, 72, 135)
Tritanopia (Blue-blind)
#5F6F68 — rgb(95, 111, 104)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(270, 90%, 39%);
text
color: hsl(270, 90%, 39%);
border
border: 2px solid hsl(270, 90%, 39%);
gradient light
background: linear-gradient(to right, hsl(270, 90%, 59%), hsl(270, 90%, 39%));
gradient dark
background: linear-gradient(to right, hsl(270, 90%, 39%), hsl(270, 90%, 19%))
hex
background-color: #630ABD;
tailwind
bg-[hsl(270,90%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(270, 90%, 39%, 0.4);
css variable
--color-primary: hsl(270, 90%, 39%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(270, 90%, 39%)?
HEX: #630ABD | RGB: rgb(99, 10, 189) | CMYK: 48%, 95%, 0%, 26% | HSV: 270°, 95%, 74%. Copy any format from the conversion table above.
What colors go well with #630ABD?
The complementary color is HSL(90, 90%, 39%). 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, 90%, 39%) in CSS?
As HSL: color: hsl(270, 90%, 39%); — As HEX: color: #630ABD; — As RGB: color: rgb(99, 10, 189); — Tailwind CSS: bg-[hsl(270,90%,39%)] — CSS variable: --color-primary: hsl(270, 90%, 39%);