Indigo
#4B06AC
PurpleColor Codes
All color formats for development
HEX
#4B06ACRGB
rgb(75, 6, 172)HSL
hsl(265, 93%, 35%)OKLCH
oklch(0.387 0.216 289.3)CMYK
cmyk(56%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44069B
2#3C058A
3#350479
4#2D0467
5#260356
6#1E0245
7#170234
8#0F0122
9#080111
Tints
Lighter variations
1#5907CC
2#6709EC
3#791FF7
4#8C3FF8
5#9F5FF9
6#B27FFA
7#C69FFC
8#D9BFFD
9#ECDFFE
Tones
Muted variations
1#4D0FA4
2#4E179C
3#501F93
4#51278B
5#523083
6#54387A
7#554072
8#56496A
9#585162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9BF #D9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8E #BB8EFB | BordersInactive statesPlaceholder text |
| 400 | 9853 #9853F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7A22 #7A22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F08 #5F08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B06 #4B06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3604 #36047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2203 #22034F | 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: #EADDFE;
--indigo-200: #D9BFFD;
--indigo-300: #BB8EFB;
--indigo-400: #9853F9;
--indigo-500: #7A22F7;
--indigo-600: #5F08D9;
--indigo-700: #4B06AC;
--indigo-800: #36047B;
--indigo-900: #22034F;
--indigo-950: #160231;
}