Indigo
#5B15CB
PurpleColor Codes
All color formats for development
HEX
#5B15CBRGB
rgb(91, 21, 203)HSL
hsl(263, 81%, 44%)OKLCH
oklch(0.444 0.239 289.3)CMYK
cmyk(55%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5213B7
2#4911A2
3#400F8E
4#370D7A
5#2D0B66
6#240951
7#1B063D
8#120429
9#090214
Tints
Lighter variations
1#6718E5
2#7730E9
3#884AEC
4#9964EF
5#AA7EF1
6#BB98F4
7#CCB1F7
8#DDCBFA
9#EEE5FC
Tones
Muted variations
1#5D1EC2
2#5F27B9
3#6131B0
4#633AA7
5#66439E
6#684C95
7#6A558B
8#6C5E82
9#6E6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C3 #D8C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B995 #B995F4 | BordersInactive statesPlaceholder text |
| 400 | 955D #955DEE | Disabled statesSecondary iconsMuted text |
| 500 | 772F #772FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B15 #5B15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4811 #4811A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340C #340C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2108 #21084A | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #EADFFC;
--indigo-200: #D8C3F9;
--indigo-300: #B995F4;
--indigo-400: #955DEE;
--indigo-500: #772FE9;
--indigo-600: #5B15CB;
--indigo-700: #4811A2;
--indigo-800: #340C73;
--indigo-900: #21084A;
--indigo-950: #15052E;
}