Indigo
#3403B0
PurpleColor Codes
All color formats for development
HEX
#3403B0RGB
rgb(52, 3, 176)HSL
hsl(257, 97%, 35%)OKLCH
oklch(0.368 0.224 278.2)CMYK
cmyk(70%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F029E
2#29028D
3#24027B
4#1F0269
5#1A0158
6#150146
7#100135
8#0A0123
9#050012
Tints
Lighter variations
1#3D03D0
2#4704F1
3#5A1AFC
4#723BFC
5#895CFD
6#A17CFD
7#B89DFE
8#D0BEFE
9#E7DEFF
Tones
Muted variations
1#370BA7
2#3B149F
3#3F1D96
4#43258D
5#462E85
6#4A377C
7#4E3F73
8#52486B
9#555162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0BE #D0BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AC8B #AC8BFD | BordersInactive statesPlaceholder text |
| 400 | 804F #804FFC | Disabled statesSecondary iconsMuted text |
| 500 | 5C1D #5C1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4103 #4103DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3403 #3403B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2502 #25027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1801 #180150 | Primary textHigh emphasis contentDark headings |
| 950 | 0F01 #0F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FF;
--indigo-100: #E6DCFE;
--indigo-200: #D0BEFE;
--indigo-300: #AC8BFD;
--indigo-400: #804FFC;
--indigo-500: #5C1DFC;
--indigo-600: #4103DD;
--indigo-700: #3403B0;
--indigo-800: #25027E;
--indigo-900: #180150;
--indigo-950: #0F0132;
}