Indigo
#5214CC
PurpleColor Codes
All color formats for development
HEX
#5214CCRGB
rgb(82, 20, 204)HSL
hsl(260, 82%, 44%)OKLCH
oklch(0.436 0.241 285.5)CMYK
cmyk(60%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4912B8
2#4110A3
3#390E8F
4#310C7B
5#290A66
6#210852
7#18063D
8#100429
9#080214
Tints
Lighter variations
1#5C17E6
2#6E2FEA
3#8049ED
4#9263F0
5#A47DF2
6#B697F5
7#C8B1F7
8#DBCBFA
9#EDE5FC
Tones
Muted variations
1#551DC3
2#5827BA
3#5B30B1
4#5E39A7
5#61429E
6#644B95
7#67558C
8#6A5E83
9#6D6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C3 #D5C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B494 #B494F4 | BordersInactive statesPlaceholder text |
| 400 | 8D5D #8D5DEF | Disabled statesSecondary iconsMuted text |
| 500 | 6D2E #6D2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5214 #5214CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4110 #4110A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E0B #2E0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E07 #1E074A | Primary textHigh emphasis contentDark headings |
| 950 | 1305 #13052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E8DFFC;
--indigo-200: #D5C3F9;
--indigo-300: #B494F4;
--indigo-400: #8D5DEF;
--indigo-500: #6D2EEA;
--indigo-600: #5214CC;
--indigo-700: #4110A2;
--indigo-800: #2E0B74;
--indigo-900: #1E074A;
--indigo-950: #13052E;
}