Indigo
#3B0CA6
PurpleColor Codes
All color formats for development
HEX
#3B0CA6RGB
rgb(59, 12, 166)HSL
hsl(258, 87%, 35%)OKLCH
oklch(0.367 0.209 282.6)CMYK
cmyk(64%, 93%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#340A96
2#2F0986
3#290875
4#230764
5#1D0653
6#170543
7#110332
8#0C0221
9#060111
Tints
Lighter variations
1#450EC6
2#5010E5
3#6326F0
4#7945F2
5#8F64F4
6#A683F6
7#BCA2F9
8#D2C1FB
9#E9E0FD
Tones
Muted variations
1#3D139F
2#401B97
3#442390
4#472B88
5#4A3280
6#4D3A78
7#504271
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 | E7DE #E7DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C1 #D2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B091 #B091F7 | BordersInactive statesPlaceholder text |
| 400 | 8758 #8758F3 | Disabled statesSecondary iconsMuted text |
| 500 | 6428 #6428F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 490F #490FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A0C #3A0CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A08 #2A0877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B05 #1B054C | 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: #E7DEFD;
--indigo-200: #D2C1FB;
--indigo-300: #B091F7;
--indigo-400: #8758F3;
--indigo-500: #6428F0;
--indigo-600: #490FD2;
--indigo-700: #3A0CA7;
--indigo-800: #2A0877;
--indigo-900: #1B054C;
--indigo-950: #110330;
}