Indigo
#28057A
PurpleColor Codes
All color formats for development
HEX
#28057ARGB
rgb(40, 5, 122)HSL
hsl(258, 92%, 25%)OKLCH
oklch(0.291 0.168 282)CMYK
cmyk(67%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24056E
2#200462
3#1C0456
4#180349
5#14033D
6#100231
7#0C0225
8#080118
9#04010C
Tints
Lighter variations
1#34079F
2#4008C4
3#4D0AE9
4#6223F6
5#7C47F7
6#966CF9
7#B191FA
8#CBB6FC
9#E5DAFD
Tones
Muted variations
1#2B0B75
2#2D116F
3#2F1769
4#321D63
5#34225D
6#362857
7#392E51
8#3B344B
9#3D3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BF #D2BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8E #AF8EFA | BordersInactive statesPlaceholder text |
| 400 | 8554 #8554F8 | Disabled statesSecondary iconsMuted text |
| 500 | 6223 #6223F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4709 #4709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3807 #3807AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2805 #28057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A03 #1A034E | 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: #E7DDFE;
--indigo-200: #D2BFFC;
--indigo-300: #AF8EFA;
--indigo-400: #8554F8;
--indigo-500: #6223F6;
--indigo-600: #4709D7;
--indigo-700: #3807AB;
--indigo-800: #28057A;
--indigo-900: #1A034E;
--indigo-950: #100231;
}