Indigo
#540FA3
PurpleColor Codes
All color formats for development
HEX
#540FA3RGB
rgb(84, 15, 163)HSL
hsl(268, 83%, 35%)OKLCH
oklch(0.392 0.203 295.5)CMYK
cmyk(48%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C0E93
2#430C83
3#3B0B72
4#330962
5#2A0852
6#220641
7#190531
8#110321
9#080210
Tints
Lighter variations
1#6412C2
2#7415E0
3#852BEB
4#9649EE
5#A867F1
6#B986F4
7#CBA4F7
8#DCC2F9
9#EEE1FC
Tones
Muted variations
1#55179C
2#551E95
3#56258D
4#562D86
5#57347E
6#573C77
7#58436F
8#584A68
9#595261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDE #ECDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC2 #DCC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C194 #C194F5 | BordersInactive statesPlaceholder text |
| 400 | A15C #A15CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 862D #862DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A13 #6A13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540F #540FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C0B #3C0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2707 #27074B | Primary textHigh emphasis contentDark headings |
| 950 | 1804 #18042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #ECDEFC;
--indigo-200: #DCC2F9;
--indigo-300: #C194F5;
--indigo-400: #A15CF0;
--indigo-500: #862DEB;
--indigo-600: #6A13CD;
--indigo-700: #540FA3;
--indigo-800: #3C0B75;
--indigo-900: #27074B;
--indigo-950: #18042F;
}