HSL(265, 92%, 18%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(265,92%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(265, 92%, 18%) | color: hsl(265, 92%, 18%) | |
| HEX | #270458 | color: #270458 | |
| RGB | rgb(39, 4, 88) | color: rgb(39, 4, 88) | |
| CMYK | cmyk(56%, 95%, 0%, 65%) | — | |
| HSV | hsv(265, 95%, 35%) | — | |
| HWB | hwb(265 2% 65%) | color: hwb(265 2% 65%) | |
| OKLCH | oklch(0.2475 0.1309 292.5) | color: oklch(0.2475 0.1309 292.5) | |
| Lab | lab(10.72 36.26 -42.09) | color: lab(10.72 36.26 -42.09) | |
| LCH | lch(10.72 55.55 310.74) | color: lch(10.72 55.55 310.74) |
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)
#181844 — rgb(24, 24, 68)
Deuteranopia (Green-blind)
#1A1D3F — rgb(26, 29, 63)
Tritanopia (Blue-blind)
#253430 — rgb(37, 52, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(265, 92%, 18%);
text
color: hsl(265, 92%, 18%);
border
border: 2px solid hsl(265, 92%, 18%);
gradient light
background: linear-gradient(to right, hsl(265, 92%, 38%), hsl(265, 92%, 18%));
gradient dark
background: linear-gradient(to right, hsl(265, 92%, 18%), hsl(265, 92%, 0%))
hex
background-color: #270458;
tailwind
bg-[hsl(265,92%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(265, 92%, 18%, 0.4);
css variable
--color-primary: hsl(265, 92%, 18%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(265, 92%, 18%)?
HEX: #270458 | RGB: rgb(39, 4, 88) | CMYK: 56%, 95%, 0%, 65% | HSV: 265°, 95%, 35%. Copy any format from the conversion table above.
What colors go well with #270458?
The complementary color is HSL(85, 92%, 18%). For a triadic harmony, use hues 265°, 25°, and 145°. For analogous combinations, try hues 235° and 295°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(265, 92%, 18%) in CSS?
As HSL: color: hsl(265, 92%, 18%); — As HEX: color: #270458; — As RGB: color: rgb(39, 4, 88); — Tailwind CSS: bg-[hsl(265,92%,18%)] — CSS variable: --color-primary: hsl(265, 92%, 18%);