Indigo
#470BA8
PurpleColor Codes
All color formats for development
HEX
#470BA8RGB
rgb(71, 11, 168)HSL
hsl(263, 88%, 35%)OKLCH
oklch(0.381 0.21 288.1)CMYK
cmyk(58%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A97
2#390986
3#320775
4#2B0665
5#230554
6#1C0443
7#150332
8#0E0222
9#070111
Tints
Lighter variations
1#540DC7
2#610FE6
3#7325F1
4#8744F3
5#9B63F5
6#AF82F7
7#C3A2F9
8#D7C1FB
9#EBE0FD
Tones
Muted variations
1#4913A0
2#4B1A98
3#4C2290
4#4E2A88
5#503281
6#523A79
7#544271
8#564A69
9#575161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C1 #D7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B891 #B891F8 | BordersInactive statesPlaceholder text |
| 400 | 9357 #9357F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7527 #7527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 590D #590DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 470B #470BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3308 #330878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2005 #20054D | Primary textHigh emphasis contentDark headings |
| 950 | 1403 #140330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #E9DDFD;
--indigo-200: #D7C1FB;
--indigo-300: #B891F8;
--indigo-400: #9357F4;
--indigo-500: #7527F1;
--indigo-600: #590DD3;
--indigo-700: #470BA8;
--indigo-800: #330878;
--indigo-900: #20054D;
--indigo-950: #140330;
}