Indigo
#3C0BA8
PurpleColor Codes
All color formats for development
HEX
#3C0BA8RGB
rgb(60, 11, 168)HSL
hsl(259, 88%, 35%)OKLCH
oklch(0.37 0.211 282.8)CMYK
cmyk(64%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#360A97
2#300986
3#2A0775
4#240665
5#1E0554
6#180443
7#120332
8#0C0222
9#060111
Tints
Lighter variations
1#480DC7
2#530FE6
3#6625F1
4#7B44F3
5#9163F5
6#A782F7
7#BDA2F9
8#D3C1FB
9#E9E0FD
Tones
Muted variations
1#3F13A0
2#421A98
3#452290
4#482A88
5#4B3281
6#4E3A79
7#514271
8#534A69
9#565161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C1 #D3C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B191 #B191F8 | BordersInactive statesPlaceholder text |
| 400 | 8957 #8957F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6727 #6727F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4C0D #4C0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C0B #3C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B08 #2B0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C05 #1C054D | Primary textHigh emphasis contentDark headings |
| 950 | 1103 #110330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E7DDFD;
--indigo-200: #D3C1FB;
--indigo-300: #B191F8;
--indigo-400: #8957F4;
--indigo-500: #6727F1;
--indigo-600: #4C0DD3;
--indigo-700: #3C0BA8;
--indigo-800: #2B0878;
--indigo-900: #1C054D;
--indigo-950: #110330;
}