Indigo
#3908AA
PurpleColor Codes
All color formats for development
HEX
#3908AARGB
rgb(57, 8, 170)HSL
hsl(258, 91%, 35%)OKLCH
oklch(0.368 0.215 281.1)CMYK
cmyk(66%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#330799
2#2D0688
3#280677
4#220566
5#1C0455
6#170344
7#110233
8#0B0222
9#060111
Tints
Lighter variations
1#430ACA
2#4E0BEA
3#6121F5
4#7741F6
5#8E61F8
6#A580F9
7#BBA0FB
8#D2C0FC
9#E8DFFE
Tones
Muted variations
1#3C10A2
2#3F189A
3#432092
4#46298A
5#493182
6#4C397A
7#504172
8#534969
9#565161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C0 #D2C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8F #AF8FFA | BordersInactive statesPlaceholder text |
| 400 | 8555 #8555F7 | Disabled statesSecondary iconsMuted text |
| 500 | 6224 #6224F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 470A #470AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3908 #3908AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2906 #29067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A04 #1A044E | Primary textHigh emphasis contentDark headings |
| 950 | 1002 #100231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FE;
--indigo-100: #E7DDFD;
--indigo-200: #D2C0FC;
--indigo-300: #AF8FFA;
--indigo-400: #8555F7;
--indigo-500: #6224F5;
--indigo-600: #470AD6;
--indigo-700: #3908AA;
--indigo-800: #29067A;
--indigo-900: #1A044E;
--indigo-950: #100231;
}