Indigo
#4D0D73
PurpleColor Codes
All color formats for development
HEX
#4D0D73RGB
rgb(77, 13, 115)HSL
hsl(278, 80%, 25%)OKLCH
oklch(0.335 0.157 307.7)CMYK
cmyk(33%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#460B67
2#3E0A5C
3#360950
4#2E0845
5#270639
6#1F052E
7#170422
8#0F0317
9#08010B
Tints
Lighter variations
1#651195
2#7C14B8
3#9318DA
4#A530E8
5#B453EC
6#C375F0
7#D298F4
8#E1BAF7
9#F0DDFB
Tones
Muted variations
1#4C126E
2#4B1769
3#491C63
4#48215E
5#472659
6#452B54
7#44304F
8#42364A
9#413B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DF #F1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C3 #E5C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D195 #D195F3 | BordersInactive statesPlaceholder text |
| 400 | B95E #B95EED | Disabled statesSecondary iconsMuted text |
| 500 | A530 #A530E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8816 #8816CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C12 #6C12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D0D #4D0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3208 #320849 | Primary textHigh emphasis contentDark headings |
| 950 | 1F05 #1F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FD;
--indigo-100: #F1DFFB;
--indigo-200: #E5C3F8;
--indigo-300: #D195F3;
--indigo-400: #B95EED;
--indigo-500: #A530E8;
--indigo-600: #8816CA;
--indigo-700: #6C12A1;
--indigo-800: #4D0D73;
--indigo-900: #320849;
--indigo-950: #1F052E;
}