Indigo
#4108AA
PurpleColor Codes
All color formats for development
HEX
#4108AARGB
rgb(65, 8, 170)HSL
hsl(261, 91%, 35%)OKLCH
oklch(0.375 0.214 284.9)CMYK
cmyk(62%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A0799
2#340688
3#2D0677
4#270566
5#200455
6#1A0344
7#130233
8#0D0222
9#060111
Tints
Lighter variations
1#4D0ACA
2#590BEA
3#6B21F5
4#8041F6
5#9661F8
6#AB80F9
7#C0A0FB
8#D5C0FC
9#EADFFE
Tones
Muted variations
1#4310A2
2#46189A
3#482092
4#4B298A
5#4D3182
6#50397A
7#524172
8#544969
9#575161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C0 #D5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B48F #B48FFA | BordersInactive statesPlaceholder text |
| 400 | 8D55 #8D55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 6D24 #6D24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 520A #520AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4108 #4108AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E06 #2E067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E04 #1E044E | Primary textHigh emphasis contentDark headings |
| 950 | 1302 #130231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FE;
--indigo-100: #E8DDFD;
--indigo-200: #D5C0FC;
--indigo-300: #B48FFA;
--indigo-400: #8D55F7;
--indigo-500: #6D24F5;
--indigo-600: #520AD6;
--indigo-700: #4108AA;
--indigo-800: #2E067A;
--indigo-900: #1E044E;
--indigo-950: #130231;
}