Indigo
#6414CC
PurpleColor Codes
All color formats for development
HEX
#6414CCRGB
rgb(100, 20, 204)HSL
hsl(266, 82%, 44%)OKLCH
oklch(0.455 0.241 292.8)CMYK
cmyk(51%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A12B8
2#5010A3
3#460E8F
4#3C0C7B
5#320A66
6#280852
7#1E063D
8#140429
9#0A0214
Tints
Lighter variations
1#7117E6
2#802FEA
3#9049ED
4#A063F0
5#B07DF2
6#C097F5
7#CFB1F7
8#DFCBFA
9#EFE5FC
Tones
Muted variations
1#651DC3
2#6627BA
3#6830B1
4#6939A7
5#6A429E
6#6B4B95
7#6D558C
8#6E5E83
9#6F6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC3 #DAC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE94 #BE94F4 | BordersInactive statesPlaceholder text |
| 400 | 9C5D #9C5DEF | Disabled statesSecondary iconsMuted text |
| 500 | 802E #802EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 6414 #6414CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F10 #4F10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390B #390B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2407 #24074A | Primary textHigh emphasis contentDark headings |
| 950 | 1705 #17052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #EBDFFC;
--indigo-200: #DAC3F9;
--indigo-300: #BE94F4;
--indigo-400: #9C5DEF;
--indigo-500: #802EEA;
--indigo-600: #6414CC;
--indigo-700: #4F10A2;
--indigo-800: #390B74;
--indigo-900: #24074A;
--indigo-950: #17052E;
}