Indigo
#5F08AA
PurpleColor Codes
All color formats for development
HEX
#5F08AARGB
rgb(95, 8, 170)HSL
hsl(272, 91%, 35%)OKLCH
oklch(0.409 0.214 299.2)CMYK
cmyk(44%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#550799
2#4C0688
3#420677
4#390566
5#2F0455
6#260344
7#1C0233
8#130222
9#090111
Tints
Lighter variations
1#700ACA
2#820BEA
3#9221F5
4#A241F6
5#B161F8
6#C180F9
7#D0A0FB
8#E0C0FC
9#EFDFFE
Tones
Muted variations
1#5E10A2
2#5E189A
3#5D2092
4#5C298A
5#5C3182
6#5B397A
7#5B4172
8#5A4969
9#5A5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C0 #E0C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C88F #C88FFA | BordersInactive statesPlaceholder text |
| 400 | AB55 #AB55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9324 #9324F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770A #770AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F08 #5F08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4406 #44067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B04 #2B044E | Primary textHigh emphasis contentDark headings |
| 950 | 1B02 #1B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FE;
--indigo-100: #EEDDFD;
--indigo-200: #E0C0FC;
--indigo-300: #C88FFA;
--indigo-400: #AB55F7;
--indigo-500: #9324F5;
--indigo-600: #770AD6;
--indigo-700: #5F08AA;
--indigo-800: #44067A;
--indigo-900: #2B044E;
--indigo-950: #1B0231;
}