Indigo
#430FA3
PurpleColor Codes
All color formats for development
HEX
#430FA3RGB
rgb(67, 15, 163)HSL
hsl(261, 83%, 35%)OKLCH
oklch(0.373 0.203 287)CMYK
cmyk(59%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C0E93
2#360C83
3#2F0B72
4#280962
5#220852
6#1B0641
7#140531
8#0D0321
9#070210
Tints
Lighter variations
1#4F12C2
2#5C15E0
3#6E2BEB
4#8349EE
5#9767F1
6#AC86F4
7#C1A4F7
8#D6C2F9
9#EAE1FC
Tones
Muted variations
1#45179C
2#471E95
3#4A258D
4#4C2D86
5#4E347E
6#503C77
7#53436F
8#554A68
9#575261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DE #E9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C2 #D6C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B694 #B694F5 | BordersInactive statesPlaceholder text |
| 400 | 905C #905CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 702D #702DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5413 #5413CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 430F #430FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300B #300B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F07 #1F074B | Primary textHigh emphasis contentDark headings |
| 950 | 1304 #13042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E9DEFC;
--indigo-200: #D6C2F9;
--indigo-300: #B694F5;
--indigo-400: #905CF0;
--indigo-500: #702DEB;
--indigo-600: #5413CD;
--indigo-700: #430FA3;
--indigo-800: #300B75;
--indigo-900: #1F074B;
--indigo-950: #13042F;
}