Indigo
#540E71
PurpleColor Codes
All color formats for development
HEX
#540E71RGB
rgb(84, 14, 113)HSL
hsl(282, 78%, 25%)OKLCH
oklch(0.344 0.157 312.8)CMYK
cmyk(26%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B0D66
2#430B5B
3#3B0A4F
4#320844
5#2A0739
6#21062D
7#190422
8#110317
9#08010B
Tints
Lighter variations
1#6D1294
2#8616B6
3#9F1BD8
4#B033E6
5#BD55EA
6#CA77EE
7#D899F2
8#E5BBF7
9#F2DDFB
Tones
Muted variations
1#52136D
2#501868
3#4E1D63
4#4C225E
5#4A2759
6#482C54
7#46314F
8#44364A
9#423B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DF #F3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C4 #E8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D797 #D797F2 | BordersInactive statesPlaceholder text |
| 400 | C260 #C260EB | Disabled statesSecondary iconsMuted text |
| 500 | B033 #B033E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9319 #9319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7514 #75149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 540E #540E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3609 #360949 | Primary textHigh emphasis contentDark headings |
| 950 | 2106 #21062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FD;
--indigo-100: #F3DFFB;
--indigo-200: #E8C4F8;
--indigo-300: #D797F2;
--indigo-400: #C260EB;
--indigo-500: #B033E6;
--indigo-600: #9319C8;
--indigo-700: #75149F;
--indigo-800: #540E71;
--indigo-900: #360949;
--indigo-950: #21062D;
}