Indigo
#560D73
PurpleColor Codes
All color formats for development
HEX
#560D73RGB
rgb(86, 13, 115)HSL
hsl(283, 80%, 25%)OKLCH
oklch(0.349 0.16 313.2)CMYK
cmyk(25%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D0B67
2#450A5C
3#3C0950
4#340845
5#2B0639
6#22052E
7#1A0422
8#110317
9#09010B
Tints
Lighter variations
1#701195
2#8914B8
3#A318DA
4#B430E8
5#C153EC
6#CD75F0
7#DA98F4
8#E6BAF7
9#F3DDFB
Tones
Muted variations
1#54126E
2#511769
3#4F1C63
4#4D215E
5#4B2659
6#492B54
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 | E9C3 #E9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D995 #D995F3 | BordersInactive statesPlaceholder text |
| 400 | C55E #C55EED | Disabled statesSecondary iconsMuted text |
| 500 | B430 #B430E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9716 #9716CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7812 #7812A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 560D #560D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3708 #370849 | 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: #E9C3F8;
--indigo-300: #D995F3;
--indigo-400: #C55EED;
--indigo-500: #B430E8;
--indigo-600: #9716CA;
--indigo-700: #7812A1;
--indigo-800: #560D73;
--indigo-900: #370849;
--indigo-950: #22052E;
}