Indigo
#30189A
BlueColor Codes
All color formats for development
HEX
#30189ARGB
rgb(48, 24, 154)HSL
hsl(251, 73%, 35%)OKLCH
oklch(0.352 0.191 278.6)CMYK
cmyk(69%, 84%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B168B
2#26137C
3#22116C
4#1D0E5D
5#180C4D
6#130A3E
7#0E072E
8#0A051F
9#05020F
Tints
Lighter variations
1#391DB7
2#4221D4
3#5536E0
4#6E53E4
5#8670E9
6#9E8CED
7#B6A9F2
8#CFC6F6
9#E7E2FB
Tones
Muted variations
1#341F94
2#38258D
3#3C2C87
4#403280
5#45397A
6#493F73
7#4D466D
8#514C66
9#555360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E0 #E5E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC6 #CFC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A99A #A99AEF | BordersInactive statesPlaceholder text |
| 400 | 7C65 #7C65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 5738 #5738E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C1E #3C1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3018 #30189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2211 #22116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 160B #160B47 | Primary textHigh emphasis contentDark headings |
| 950 | 0E07 #0E072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F2FD;
--indigo-100: #E5E0FA;
--indigo-200: #CFC6F6;
--indigo-300: #A99AEF;
--indigo-400: #7C65E7;
--indigo-500: #5738E0;
--indigo-600: #3C1EC2;
--indigo-700: #30189A;
--indigo-800: #22116E;
--indigo-900: #160B47;
--indigo-950: #0E072C;
}