Indigo
#3506AC
PurpleColor Codes
All color formats for development
HEX
#3506ACRGB
rgb(53, 6, 172)HSL
hsl(257, 93%, 35%)OKLCH
oklch(0.366 0.218 279.1)CMYK
cmyk(69%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30069B
2#2B058A
3#250479
4#200467
5#1B0356
6#150245
7#100234
8#0B0122
9#050111
Tints
Lighter variations
1#3F07CC
2#4909EC
3#5C1FF7
4#733FF8
5#8B5FF9
6#A27FFA
7#B99FFC
8#D0BFFD
9#E8DFFE
Tones
Muted variations
1#390FA4
2#3C179C
3#401F93
4#44278B
5#473083
6#4B387A
7#4E4072
8#52496A
9#565162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0BF #D0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AD8E #AD8EFB | BordersInactive statesPlaceholder text |
| 400 | 8253 #8253F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E22 #5E22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4308 #4308D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3506 #3506AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2604 #26047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1803 #18034F | Primary textHigh emphasis contentDark headings |
| 950 | 0F02 #0F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FE;
--indigo-100: #E6DDFE;
--indigo-200: #D0BFFD;
--indigo-300: #AD8EFB;
--indigo-400: #8253F9;
--indigo-500: #5E22F7;
--indigo-600: #4308D9;
--indigo-700: #3506AC;
--indigo-800: #26047B;
--indigo-900: #18034F;
--indigo-950: #0F0231;
}