Indigo
#5B14CC
PurpleColor Codes
All color formats for development
HEX
#5B14CCRGB
rgb(91, 20, 204)HSL
hsl(263, 82%, 44%)OKLCH
oklch(0.445 0.241 289.2)CMYK
cmyk(55%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5212B8
2#4910A3
3#400E8F
4#360C7B
5#2D0A66
6#240852
7#1B063D
8#120429
9#090214
Tints
Lighter variations
1#6617E6
2#772FEA
3#8849ED
4#9963F0
5#AA7DF2
6#BB97F5
7#CCB1F7
8#DDCBFA
9#EEE5FC
Tones
Muted variations
1#5D1DC3
2#5F27BA
3#6130B1
4#6339A7
5#65429E
6#684B95
7#6A558C
8#6C5E83
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 | B994 #B994F4 | BordersInactive statesPlaceholder text |
| 400 | 955D #955DEF | Disabled statesSecondary iconsMuted text |
| 500 | 762E #762EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B14 #5B14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4810 #4810A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340B #340B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2107 #21074A | 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: #B994F4;
--indigo-400: #955DEF;
--indigo-500: #762EEA;
--indigo-600: #5B14CC;
--indigo-700: #4810A2;
--indigo-800: #340B74;
--indigo-900: #21074A;
--indigo-950: #15052E;
}