Indigo
#621BC5
PurpleColor Codes
All color formats for development
HEX
#621BC5RGB
rgb(98, 27, 197)HSL
hsl(265, 76%, 44%)OKLCH
oklch(0.45 0.23 293.1)CMYK
cmyk(50%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5818B2
2#4E169E
3#45138A
4#3B1076
5#310D63
6#270B4F
7#1D083B
8#140527
9#0A0314
Tints
Lighter variations
1#6E1EDF
2#7E36E4
3#8E4FE7
4#9E68EA
5#AF81EE
6#BF9AF1
7#CFB4F5
8#DFCDF8
9#EFE6FC
Tones
Muted variations
1#6323BD
2#652CB4
3#6635AC
4#683DA3
5#69469B
6#6B4E92
7#6C578A
8#6D5F81
9#6F6879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBE0 #EBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC5 #DAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD98 #BD98F1 | BordersInactive statesPlaceholder text |
| 400 | 9A62 #9A62EA | Disabled statesSecondary iconsMuted text |
| 500 | 7E35 #7E35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 621B #621BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E15 #4E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 380F #380F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 240A #240A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1606 #16062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F2FD;
--indigo-100: #EBE0FB;
--indigo-200: #DAC5F7;
--indigo-300: #BD98F1;
--indigo-400: #9A62EA;
--indigo-500: #7E35E3;
--indigo-600: #621BC5;
--indigo-700: #4E159D;
--indigo-800: #380F70;
--indigo-900: #240A48;
--indigo-950: #16062D;
}