Indigo
#570EA4
PurpleColor Codes
All color formats for development
HEX
#570EA4RGB
rgb(87, 14, 164)HSL
hsl(269, 84%, 35%)OKLCH
oklch(0.396 0.205 296.7)CMYK
cmyk(47%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E0D94
2#450B83
3#3D0A73
4#340963
5#2B0752
6#230642
7#1A0431
8#110321
9#090110
Tints
Lighter variations
1#6711C3
2#7714E1
3#882AEC
4#9948EF
5#AA67F2
6#BB85F4
7#CCA4F7
8#DDC2FA
9#EEE1FC
Tones
Muted variations
1#57169D
2#571D95
3#58258E
4#582C86
5#58347F
6#583B77
7#594370
8#594A68
9#595261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDE #EDDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC2 #DDC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C393 #C393F6 | BordersInactive statesPlaceholder text |
| 400 | A35B #A35BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 892C #892CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D12 #6D12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 570E #570EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0A #3E0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2807 #28074B | Primary textHigh emphasis contentDark headings |
| 950 | 1904 #19042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #EDDEFC;
--indigo-200: #DDC2FA;
--indigo-300: #C393F6;
--indigo-400: #A35BF1;
--indigo-500: #892CED;
--indigo-600: #6D12CE;
--indigo-700: #570EA4;
--indigo-800: #3E0A75;
--indigo-900: #28074B;
--indigo-950: #19042F;
}