Indigo
#4712CE
PurpleColor Codes
All color formats for development
HEX
#4712CERGB
rgb(71, 18, 206)HSL
hsl(257, 84%, 44%)OKLCH
oklch(0.427 0.246 281)CMYK
cmyk(66%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4010BA
2#390EA5
3#320D91
4#2B0B7C
5#240967
6#1D0753
7#15053E
8#0E0429
9#070215
Tints
Lighter variations
1#5014E9
2#632DED
3#7747EF
4#8A61F1
5#9E7CF4
6#B196F6
7#C5B0F8
8#D8CAFA
9#ECE5FD
Tones
Muted variations
1#4B1BC5
2#5025BC
3#542EB2
4#5838A9
5#5C419F
6#604B96
7#64548C
8#685D83
9#6C677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DE #E7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C2 #D2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AF93 #AF93F6 | BordersInactive statesPlaceholder text |
| 400 | 855B #855BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 622C #622CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 4712 #4712CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 390E #390EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290A #290A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A07 #1A074B | Primary textHigh emphasis contentDark headings |
| 950 | 1004 #10042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E7DEFC;
--indigo-200: #D2C2FA;
--indigo-300: #AF93F6;
--indigo-400: #855BF1;
--indigo-500: #622CED;
--indigo-600: #4712CE;
--indigo-700: #390EA4;
--indigo-800: #290A75;
--indigo-900: #1A074B;
--indigo-950: #10042F;
}