Indigo
#480BD5
PurpleColor Codes
All color formats for development
HEX
#480BD5RGB
rgb(72, 11, 213)HSL
hsl(258, 90%, 44%)OKLCH
oklch(0.433 0.255 280.6)CMYK
cmyk(66%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410AC0
2#3909AB
3#320895
4#2B0780
5#24066B
6#1D0455
7#160340
8#0E022B
9#070115
Tints
Lighter variations
1#510DF0
2#6426F4
3#7741F5
4#8A5CF6
5#9E77F8
6#B192F9
7#C5AEFB
8#D8C9FC
9#ECE4FE
Tones
Muted variations
1#4C15CB
2#501FC1
3#542AB7
4#5834AD
5#5C3EA3
6#604899
7#64528E
8#685C84
9#6C667A
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 | AF90 #AF90F9 | BordersInactive statesPlaceholder text |
| 400 | 8655 #8655F6 | Disabled statesSecondary iconsMuted text |
| 500 | 6325 #6325F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 480B #480BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3909 #3909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2906 #290679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A04 #1A044E | Primary textHigh emphasis contentDark headings |
| 950 | 1003 #100330 | 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: #AF90F9;
--indigo-400: #8655F6;
--indigo-500: #6325F4;
--indigo-600: #480BD5;
--indigo-700: #3909AA;
--indigo-800: #290679;
--indigo-900: #1A044E;
--indigo-950: #100330;
}