Indigo
#3806AC
PurpleColor Codes
All color formats for development
HEX
#3806ACRGB
rgb(56, 6, 172)HSL
hsl(258, 93%, 35%)OKLCH
oklch(0.368 0.218 280.4)CMYK
cmyk(67%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32069B
2#2D058A
3#270479
4#220467
5#1C0356
6#160245
7#110234
8#0B0122
9#060111
Tints
Lighter variations
1#4207CC
2#4D09EC
3#601FF7
4#773FF8
5#8D5FF9
6#A47FFA
7#BB9FFC
8#D2BFFD
9#E8DFFE
Tones
Muted variations
1#3B0FA4
2#3F179C
3#421F93
4#45278B
5#493083
6#4C387A
7#4F4072
8#53496A
9#565162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BF #D2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8E #AF8EFB | BordersInactive statesPlaceholder text |
| 400 | 8553 #8553F9 | Disabled statesSecondary iconsMuted text |
| 500 | 6222 #6222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4608 #4608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3806 #3806AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2804 #28047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A03 #1A034F | Primary textHigh emphasis contentDark headings |
| 950 | 1002 #100231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FE;
--indigo-100: #E7DDFE;
--indigo-200: #D2BFFD;
--indigo-300: #AF8EFB;
--indigo-400: #8553F9;
--indigo-500: #6222F7;
--indigo-600: #4608D9;
--indigo-700: #3806AC;
--indigo-800: #28047B;
--indigo-900: #1A034F;
--indigo-950: #100231;
}