Indigo
#4315CB
PurpleColor Codes
All color formats for development
HEX
#4315CBRGB
rgb(67, 21, 203)HSL
hsl(255, 81%, 44%)OKLCH
oklch(0.422 0.242 279.8)CMYK
cmyk(67%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C13B7
2#3511A2
3#2F0F8E
4#280D7A
5#210B66
6#1B0951
7#14063D
8#0D0429
9#070214
Tints
Lighter variations
1#4B18E5
2#5E30E9
3#734AEC
4#8764EF
5#9B7EF1
6#AF98F4
7#C3B1F7
8#D7CBFA
9#EBE5FC
Tones
Muted variations
1#471EC2
2#4C27B9
3#5031B0
4#553AA7
5#59439E
6#5E4C95
7#63558B
8#675E82
9#6C6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C3 #D0C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD95 #AD95F4 | BordersInactive statesPlaceholder text |
| 400 | 825D #825DEE | Disabled statesSecondary iconsMuted text |
| 500 | 5E2F #5E2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4315 #4315CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3511 #3511A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 260C #260C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1808 #18084A | Primary textHigh emphasis contentDark headings |
| 950 | 0F05 #0F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FE;
--indigo-100: #E6DFFC;
--indigo-200: #D0C3F9;
--indigo-300: #AD95F4;
--indigo-400: #825DEE;
--indigo-500: #5E2FE9;
--indigo-600: #4315CB;
--indigo-700: #3511A2;
--indigo-800: #260C73;
--indigo-900: #18084A;
--indigo-950: #0F052E;
}