Indigo
#3B08AA
PurpleColor Codes
All color formats for development
HEX
#3B08AARGB
rgb(59, 8, 170)HSL
hsl(259, 91%, 35%)OKLCH
oklch(0.37 0.215 282.1)CMYK
cmyk(65%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#360799
2#300688
3#2A0677
4#240566
5#1E0455
6#180344
7#120233
8#0C0222
9#060111
Tints
Lighter variations
1#470ACA
2#520BEA
3#6421F5
4#7A41F6
5#9061F8
6#A780F9
7#BDA0FB
8#D3C0FC
9#E9DFFE
Tones
Muted variations
1#3E10A2
2#41189A
3#442092
4#47298A
5#4A3182
6#4D397A
7#504172
8#534969
9#565161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C0 #D3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B18F #B18FFA | BordersInactive statesPlaceholder text |
| 400 | 8855 #8855F7 | Disabled statesSecondary iconsMuted text |
| 500 | 6624 #6624F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B0A #4B0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B08 #3B08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A06 #2A067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B04 #1B044E | 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: #E7DDFD;
--indigo-200: #D3C0FC;
--indigo-300: #B18FFA;
--indigo-400: #8855F7;
--indigo-500: #6624F5;
--indigo-600: #4B0AD6;
--indigo-700: #3B08AA;
--indigo-800: #2A067A;
--indigo-900: #1B044E;
--indigo-950: #110231;
}