Indigo
#630DD3
PurpleColor Codes
All color formats for development
HEX
#630DD3RGB
rgb(99, 13, 211)HSL
hsl(266, 88%, 44%)OKLCH
oklch(0.458 0.25 291.3)CMYK
cmyk(53%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#590CBE
2#4F0BA9
3#450994
4#3B087F
5#320769
6#280554
7#1E043F
8#14032A
9#0A0115
Tints
Lighter variations
1#700FEE
2#7F28F1
3#8F43F3
4#9F5EF5
5#AF79F6
6#BF94F8
7#CFAEFA
8#DFC9FC
9#EFE4FD
Tones
Muted variations
1#6417C9
2#6621BF
3#672BB5
4#6835AB
5#6A3FA2
6#6B4998
7#6C538E
8#6E5C84
9#6F667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC1 #DAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BD91 #BD91F8 | BordersInactive statesPlaceholder text |
| 400 | 9B57 #9B57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7F27 #7F27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 630D #630DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F0B #4F0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3808 #380878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2405 #24054D | Primary textHigh emphasis contentDark headings |
| 950 | 1703 #170330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #EBDDFD;
--indigo-200: #DAC1FB;
--indigo-300: #BD91F8;
--indigo-400: #9B57F4;
--indigo-500: #7F27F1;
--indigo-600: #630DD3;
--indigo-700: #4F0BA8;
--indigo-800: #380878;
--indigo-900: #24054D;
--indigo-950: #170330;
}