Indigo
#450DD3
PurpleColor Codes
All color formats for development
HEX
#450DD3RGB
rgb(69, 13, 211)HSL
hsl(257, 88%, 44%)OKLCH
oklch(0.429 0.253 279.7)CMYK
cmyk(67%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E0CBE
2#380BA9
3#310994
4#2A087F
5#230769
6#1C0554
7#15043F
8#0E032A
9#070115
Tints
Lighter variations
1#4E0FEE
2#6128F1
3#7543F3
4#895EF5
5#9C79F6
6#B094F8
7#C4AEFA
8#D8C9FC
9#EBE4FD
Tones
Muted variations
1#4A17C9
2#4E21BF
3#522BB5
4#5735AB
5#5B3FA2
6#5F4998
7#63538E
8#685C84
9#6C667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C1 #D1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AE91 #AE91F8 | BordersInactive statesPlaceholder text |
| 400 | 8457 #8457F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6027 #6027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 450D #450DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 370B #370BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2708 #270878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1905 #19054D | 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: #F4F1FE;
--indigo-100: #E6DDFD;
--indigo-200: #D1C1FB;
--indigo-300: #AE91F8;
--indigo-400: #8457F4;
--indigo-500: #6027F1;
--indigo-600: #450DD3;
--indigo-700: #370BA8;
--indigo-800: #270878;
--indigo-900: #19054D;
--indigo-950: #100330;
}