Indigo
#540D72
PurpleColor Codes
All color formats for development
HEX
#540D72RGB
rgb(84, 13, 114)HSL
hsl(282, 80%, 25%)OKLCH
oklch(0.345 0.159 312.4)CMYK
cmyk(26%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C0B67
2#430A5C
3#3B0950
4#320845
5#2A0639
6#22052E
7#190422
8#110317
9#08010B
Tints
Lighter variations
1#6D1195
2#8714B8
3#A018DA
4#B130E8
5#BE53EC
6#CB75F0
7#D898F4
8#E5BAF7
9#F2DDFB
Tones
Muted variations
1#52126E
2#501769
3#4E1C63
4#4C215E
5#4A2659
6#482B54
7#46304F
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 | E8C3 #E8C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D795 #D795F3 | BordersInactive statesPlaceholder text |
| 400 | C25E #C25EED | Disabled statesSecondary iconsMuted text |
| 500 | B130 #B130E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9416 #9416CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7612 #7612A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 540D #540D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3608 #360849 | Primary textHigh emphasis contentDark headings |
| 950 | 2205 #22052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FD;
--indigo-100: #F3DFFB;
--indigo-200: #E8C3F8;
--indigo-300: #D795F3;
--indigo-400: #C25EED;
--indigo-500: #B130E8;
--indigo-600: #9416CA;
--indigo-700: #7612A1;
--indigo-800: #540D73;
--indigo-900: #360849;
--indigo-950: #22052E;
}