Indigo
#3B07AB
PurpleColor Codes
All color formats for development
HEX
#3B07ABRGB
rgb(59, 7, 171)HSL
hsl(259, 92%, 35%)OKLCH
oklch(0.37 0.216 281.9)CMYK
cmyk(65%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35069A
2#2F0689
3#290578
4#230467
5#1E0456
6#180345
7#120233
8#0C0122
9#060111
Tints
Lighter variations
1#4608CB
2#510AEB
3#6420F6
4#7A40F7
5#9060F8
6#A680FA
7#BDA0FB
8#D3BFFC
9#E9DFFE
Tones
Muted variations
1#3E0FA3
2#41189B
3#442093
4#47288B
5#4A3082
6#4D387A
7#504172
8#53496A
9#565161
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 | D3BF #D3BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B18E #B18EFA | BordersInactive statesPlaceholder text |
| 400 | 8854 #8854F8 | Disabled statesSecondary iconsMuted text |
| 500 | 6623 #6623F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A09 #4A09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B07 #3B07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A05 #2A057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B03 #1B034E | Primary textHigh emphasis contentDark headings |
| 950 | 1102 #110231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FE;
--indigo-100: #E7DDFE;
--indigo-200: #D3BFFC;
--indigo-300: #B18EFA;
--indigo-400: #8854F8;
--indigo-500: #6623F6;
--indigo-600: #4A09D7;
--indigo-700: #3B07AB;
--indigo-800: #2A057A;
--indigo-900: #1B034E;
--indigo-950: #110231;
}