Indigo
#630BD5
PurpleColor Codes
All color formats for development
HEX
#630BD5RGB
rgb(99, 11, 213)HSL
hsl(266, 90%, 44%)OKLCH
oklch(0.459 0.253 291)CMYK
cmyk(54%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#590AC0
2#4F09AB
3#450895
4#3B0780
5#31066B
6#270455
7#1E0340
8#14022B
9#0A0115
Tints
Lighter variations
1#6F0DF0
2#7F26F4
3#8F41F5
4#9F5CF6
5#AF77F8
6#BF92F9
7#CFAEFB
8#DFC9FC
9#EFE4FE
Tones
Muted variations
1#6415CB
2#651FC1
3#672AB7
4#6834AD
5#693EA3
6#6B4899
7#6C528E
8#6E5C84
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 | BD90 #BD90F9 | BordersInactive statesPlaceholder text |
| 400 | 9B55 #9B55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 7E25 #7E25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 630B #630BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F09 #4F09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3806 #380679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2404 #24044E | Primary textHigh emphasis contentDark headings |
| 950 | 1603 #160330 | 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: #BD90F9;
--indigo-400: #9B55F6;
--indigo-500: #7E25F4;
--indigo-600: #630BD5;
--indigo-700: #4F09AA;
--indigo-800: #380679;
--indigo-900: #24044E;
--indigo-950: #160330;
}