Indigo
#5516CA
PurpleColor Codes
All color formats for development
HEX
#5516CARGB
rgb(85, 22, 202)HSL
hsl(261, 80%, 44%)OKLCH
oklch(0.438 0.238 287)CMYK
cmyk(58%, 89%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D14B6
2#4412A2
3#3C108D
4#330D79
5#2B0B65
6#220951
7#1A073D
8#110428
9#090214
Tints
Lighter variations
1#6019E4
2#7131E8
3#834BEB
4#9565EE
5#A67EF1
6#B898F4
7#CAB2F6
8#DCCCF9
9#EDE5FC
Tones
Muted variations
1#581FC1
2#5B28B8
3#5D31AF
4#603AA6
5#63439D
6#654C94
7#68558B
8#6B5E82
9#6E6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C3 #D6C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B695 #B695F3 | BordersInactive statesPlaceholder text |
| 400 | 905E #905EED | Disabled statesSecondary iconsMuted text |
| 500 | 7130 #7130E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5516 #5516CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4412 #4412A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300D #300D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F08 #1F0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1305 #13052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #E9DFFB;
--indigo-200: #D6C3F8;
--indigo-300: #B695F3;
--indigo-400: #905EED;
--indigo-500: #7130E8;
--indigo-600: #5516CA;
--indigo-700: #4412A1;
--indigo-800: #300D73;
--indigo-900: #1F0849;
--indigo-950: #13052E;
}