Indigo
#4503B0
PurpleColor Codes
All color formats for development
HEX
#4503B0RGB
rgb(69, 3, 176)HSL
hsl(263, 97%, 35%)OKLCH
oklch(0.384 0.221 285.8)CMYK
cmyk(61%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E029E
2#37028D
3#30027B
4#290269
5#230158
6#1C0146
7#150135
8#0E0123
9#070012
Tints
Lighter variations
1#5203D0
2#5F04F1
3#711AFC
4#853BFC
5#995CFD
6#AE7CFD
7#C29DFE
8#D6BEFE
9#EBDEFF
Tones
Muted variations
1#470BA7
2#49149F
3#4B1D96
4#4D258D
5#4F2E85
6#51377C
7#533F73
8#55486B
9#575162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DC #E9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6BE #D6BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B78B #B78BFD | BordersInactive statesPlaceholder text |
| 400 | 924F #924FFC | Disabled statesSecondary iconsMuted text |
| 500 | 721D #721DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5703 #5703DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4503 #4503B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3102 #31027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2001 #200150 | Primary textHigh emphasis contentDark headings |
| 950 | 1401 #140132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #E9DCFE;
--indigo-200: #D6BEFE;
--indigo-300: #B78BFD;
--indigo-400: #924FFC;
--indigo-500: #721DFC;
--indigo-600: #5703DD;
--indigo-700: #4503B0;
--indigo-800: #31027E;
--indigo-900: #200150;
--indigo-950: #140132;
}