Indigo
#35054D
PurpleColor Codes
All color formats for development
HEX
#35054DRGB
rgb(53, 5, 77)HSL
hsl(280, 88%, 16%)OKLCH
oklch(0.257 0.121 310.3)CMYK
cmyk(31%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F0445
2#2A043D
3#250336
4#20032E
5#1A0226
6#15021F
7#100117
8#0B010F
9#050008
Tints
Lighter variations
1#500775
2#6C0A9D
3#880DC6
4#A40FEE
5#B336F2
6#C25EF5
7#D286F7
8#E1AEFA
9#F0D7FC
Tones
Muted variations
1#340849
2#320C46
3#311042
4#30133E
5#2F173B
6#2E1A37
7#2C1E34
8#2B2230
9#2A252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C1 #E8C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D691 #D691F8 | BordersInactive statesPlaceholder text |
| 400 | C057 #C057F4 | Disabled statesSecondary iconsMuted text |
| 500 | AE27 #AE27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 910D #910DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 730B #730BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5208 #520878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3505 #35054D | Primary textHigh emphasis contentDark headings |
| 950 | 2103 #210330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FE;
--indigo-100: #F2DDFD;
--indigo-200: #E8C1FB;
--indigo-300: #D691F8;
--indigo-400: #C057F4;
--indigo-500: #AE27F1;
--indigo-600: #910DD3;
--indigo-700: #730BA8;
--indigo-800: #520878;
--indigo-900: #35054D;
--indigo-950: #210330;
}