Indigo
#420BA8
PurpleColor Codes
All color formats for development
HEX
#420BA8RGB
rgb(66, 11, 168)HSL
hsl(261, 88%, 35%)OKLCH
oklch(0.375 0.21 285.6)CMYK
cmyk(61%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B0A97
2#350986
3#2E0775
4#270665
5#210554
6#1A0443
7#140332
8#0D0222
9#070111
Tints
Lighter variations
1#4E0DC7
2#5A0FE6
3#6C25F1
4#8144F3
5#9663F5
6#AB82F7
7#C0A2F9
8#D5C1FB
9#EAE0FD
Tones
Muted variations
1#4413A0
2#461A98
3#492290
4#4B2A88
5#4D3281
6#503A79
7#524271
8#554A69
9#575161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C1 #D5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B591 #B591F8 | BordersInactive statesPlaceholder text |
| 400 | 8E57 #8E57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6E27 #6E27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 530D #530DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 420B #420BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F08 #2F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E05 #1E054D | Primary textHigh emphasis contentDark headings |
| 950 | 1303 #130330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E8DDFD;
--indigo-200: #D5C1FB;
--indigo-300: #B591F8;
--indigo-400: #8E57F4;
--indigo-500: #6E27F1;
--indigo-600: #530DD3;
--indigo-700: #420BA8;
--indigo-800: #2F0878;
--indigo-900: #1E054D;
--indigo-950: #130330;
}