Indigo
#350BA8
PurpleColor Codes
All color formats for development
HEX
#350BA8RGB
rgb(53, 11, 168)HSL
hsl(256, 88%, 35%)OKLCH
oklch(0.363 0.212 279.5)CMYK
cmyk(68%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F0A97
2#2A0986
3#250775
4#200665
5#1A0554
6#150443
7#100332
8#0B0222
9#050111
Tints
Lighter variations
1#3E0DC7
2#480FE6
3#5B25F1
4#7344F3
5#8A63F5
6#A182F7
7#B9A2F9
8#D0C1FB
9#E8E0FD
Tones
Muted variations
1#3813A0
2#3C1A98
3#402290
4#432A88
5#473281
6#4B3A79
7#4E4271
8#524A69
9#565161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C1 #D0C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AC91 #AC91F8 | BordersInactive statesPlaceholder text |
| 400 | 8157 #8157F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5D27 #5D27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 420D #420DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 350B #350BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2608 #260878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1805 #18054D | Primary textHigh emphasis contentDark headings |
| 950 | 0F03 #0F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FE;
--indigo-100: #E6DDFD;
--indigo-200: #D0C1FB;
--indigo-300: #AC91F8;
--indigo-400: #8157F4;
--indigo-500: #5D27F1;
--indigo-600: #420DD3;
--indigo-700: #350BA8;
--indigo-800: #260878;
--indigo-900: #18054D;
--indigo-950: #0F0330;
}