Indigo
#570BA8
PurpleColor Codes
All color formats for development
HEX
#570BA8RGB
rgb(87, 11, 168)HSL
hsl(269, 88%, 35%)OKLCH
oklch(0.399 0.21 295.8)CMYK
cmyk(48%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E0A97
2#450986
3#3D0775
4#340665
5#2B0554
6#230443
7#1A0332
8#110222
9#090111
Tints
Lighter variations
1#670DC7
2#770FE6
3#8825F1
4#9944F3
5#AA63F5
6#BB82F7
7#CCA2F9
8#DDC1FB
9#EEE0FD
Tones
Muted variations
1#5713A0
2#571A98
3#572290
4#582A88
5#583281
6#583A79
7#584271
8#594A69
9#595161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC1 #DDC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C391 #C391F8 | BordersInactive statesPlaceholder text |
| 400 | A357 #A357F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8927 #8927F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D0D #6D0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 570B #570BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E08 #3E0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2805 #28054D | Primary textHigh emphasis contentDark headings |
| 950 | 1903 #190330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #EDDDFD;
--indigo-200: #DDC1FB;
--indigo-300: #C391F8;
--indigo-400: #A357F4;
--indigo-500: #8927F1;
--indigo-600: #6D0DD3;
--indigo-700: #570BA8;
--indigo-800: #3E0878;
--indigo-900: #28054D;
--indigo-950: #190330;
}