Indigo
#630AD6
PurpleColor Codes
All color formats for development
HEX
#630AD6RGB
rgb(99, 10, 214)HSL
hsl(266, 91%, 44%)OKLCH
oklch(0.46 0.254 290.8)CMYK
cmyk(54%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5909C1
2#4F08AB
3#450796
4#3B0681
5#31056B
6#270456
7#1E0340
8#14022B
9#0A0115
Tints
Lighter variations
1#6F0BF2
2#7F25F5
3#8F40F6
4#9F5BF7
5#AF77F9
6#BF92FA
7#CFADFB
8#DFC8FC
9#EFE4FE
Tones
Muted variations
1#6414CC
2#651FC2
3#6729B8
4#6833AD
5#693DA3
6#6B4799
7#6C528F
8#6D5C85
9#6F667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC0 #DAC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8F #BD8FFA | BordersInactive statesPlaceholder text |
| 400 | 9B55 #9B55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 7E24 #7E24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 630A #630AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E08 #4E08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3806 #38067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2404 #24044E | Primary textHigh emphasis contentDark headings |
| 950 | 1602 #160231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FE;
--indigo-100: #EBDDFD;
--indigo-200: #DAC0FC;
--indigo-300: #BD8FFA;
--indigo-400: #9B55F7;
--indigo-500: #7E24F5;
--indigo-600: #630AD6;
--indigo-700: #4E08AA;
--indigo-800: #38067A;
--indigo-900: #24044E;
--indigo-950: #160231;
}