Indigo
#3B06AC
PurpleColor Codes
All color formats for development
HEX
#3B06ACRGB
rgb(59, 6, 172)HSL
hsl(259, 93%, 35%)OKLCH
oklch(0.371 0.217 281.8)CMYK
cmyk(66%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35069B
2#2F058A
3#290479
4#230467
5#1D0356
6#180245
7#120234
8#0C0122
9#060111
Tints
Lighter variations
1#4607CC
2#5109EC
3#631FF7
4#7A3FF8
5#905FF9
6#A67FFA
7#BC9FFC
8#D3BFFD
9#E9DFFE
Tones
Muted variations
1#3E0FA4
2#41179C
3#441F93
4#47278B
5#4A3083
6#4D387A
7#504072
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 | D3BF #D3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B08E #B08EFB | BordersInactive statesPlaceholder text |
| 400 | 8753 #8753F9 | Disabled statesSecondary iconsMuted text |
| 500 | 6522 #6522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A08 #4A08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B06 #3B06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A04 #2A047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B03 #1B034F | 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: #D3BFFD;
--indigo-300: #B08EFB;
--indigo-400: #8753F9;
--indigo-500: #6522F7;
--indigo-600: #4A08D9;
--indigo-700: #3B06AC;
--indigo-800: #2A047B;
--indigo-900: #1B034F;
--indigo-950: #110231;
}