Indigo
#3A03B0
PurpleColor Codes
All color formats for development
HEX
#3A03B0RGB
rgb(58, 3, 176)HSL
hsl(259, 97%, 35%)OKLCH
oklch(0.373 0.223 280.8)CMYK
cmyk(67%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34029E
2#2E028D
3#28027B
4#230269
5#1D0158
6#170146
7#110135
8#0C0123
9#060012
Tints
Lighter variations
1#4403D0
2#4F04F1
3#621AFC
4#783BFC
5#8F5CFD
6#A57CFD
7#BC9DFE
8#D2BEFE
9#E9DEFF
Tones
Muted variations
1#3D0BA7
2#40149F
3#431D96
4#46258D
5#492E85
6#4D377C
7#503F73
8#53486B
9#565162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DC #E7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BE #D2BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8B #AF8BFD | BordersInactive statesPlaceholder text |
| 400 | 864F #864FFC | Disabled statesSecondary iconsMuted text |
| 500 | 631D #631DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4803 #4803DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A03 #3A03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2902 #29027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A01 #1A0150 | Primary textHigh emphasis contentDark headings |
| 950 | 1001 #100132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FF;
--indigo-100: #E7DCFE;
--indigo-200: #D2BEFE;
--indigo-300: #AF8BFD;
--indigo-400: #864FFC;
--indigo-500: #631DFC;
--indigo-600: #4803DD;
--indigo-700: #3A03B0;
--indigo-800: #29027E;
--indigo-900: #1A0150;
--indigo-950: #100132;
}