Indigo
#530DD3
PurpleColor Codes
All color formats for development
HEX
#530DD3RGB
rgb(83, 13, 211)HSL
hsl(261, 88%, 44%)OKLCH
oklch(0.441 0.251 285)CMYK
cmyk(61%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A0CBE
2#420BA9
3#3A0994
4#32087F
5#290769
6#210554
7#19043F
8#11032A
9#080115
Tints
Lighter variations
1#5D0FEE
2#6F28F1
3#8143F3
4#935EF5
5#A579F6
6#B794F8
7#C9AEFA
8#DBC9FC
9#EDE4FD
Tones
Muted variations
1#5617C9
2#5921BF
3#5B2BB5
4#5E35AB
5#613FA2
6#644998
7#67538E
8#6A5C84
9#6D667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C1 #D5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B591 #B591F8 | BordersInactive statesPlaceholder text |
| 400 | 8E57 #8E57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6E27 #6E27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 530D #530DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 420B #420BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F08 #2F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E05 #1E054D | Primary textHigh emphasis contentDark headings |
| 950 | 1303 #130330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E8DDFD;
--indigo-200: #D5C1FB;
--indigo-300: #B591F8;
--indigo-400: #8E57F4;
--indigo-500: #6E27F1;
--indigo-600: #530DD3;
--indigo-700: #420BA8;
--indigo-800: #2F0878;
--indigo-900: #1E054D;
--indigo-950: #130330;
}