Indigo
#4213CD
PurpleColor Codes
All color formats for development
HEX
#4213CDRGB
rgb(66, 19, 205)HSL
hsl(255, 83%, 44%)OKLCH
oklch(0.422 0.245 279.2)CMYK
cmyk(68%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B11B9
2#350FA4
3#2E0D90
4#270B7B
5#210A67
6#1A0852
7#14063E
8#0D0429
9#070215
Tints
Lighter variations
1#4A16E7
2#5D2EEC
3#7248EE
4#8662F0
5#9A7CF3
6#AE96F5
7#C2B1F8
8#D7CBFA
9#EBE5FD
Tones
Muted variations
1#461CC4
2#4B26BB
3#502FB1
4#5438A8
5#59429F
6#5E4B95
7#62548C
8#675E83
9#6C677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DE #E6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C2 #D0C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AC94 #AC94F5 | BordersInactive statesPlaceholder text |
| 400 | 815C #815CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 5D2D #5D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4213 #4213CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 340F #340FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250B #250B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1807 #18074B | Primary textHigh emphasis contentDark headings |
| 950 | 0F04 #0F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FE;
--indigo-100: #E6DEFC;
--indigo-200: #D0C2F9;
--indigo-300: #AC94F5;
--indigo-400: #815CF0;
--indigo-500: #5D2DEB;
--indigo-600: #4213CD;
--indigo-700: #340FA3;
--indigo-800: #250B75;
--indigo-900: #18074B;
--indigo-950: #0F042F;
}