Indigo
#30047B
PurpleColor Codes
All color formats for development
HEX
#30047BRGB
rgb(48, 4, 123)HSL
hsl(262, 94%, 25%)OKLCH
oklch(0.3 0.168 286.9)CMYK
cmyk(61%, 97%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B036F
2#260363
3#210357
4#1D024A
5#18023E
6#130231
7#0E0125
8#0A0119
9#05000C
Tints
Lighter variations
1#3E05A1
2#4C06C6
3#5B07EB
4#6F20F8
5#8745F9
6#9F6BFA
7#B790FC
8#CFB5FD
9#E7DAFE
Tones
Muted variations
1#310A76
2#331070
3#35166A
4#361C64
5#38225E
6#392858
7#3B2E52
8#3D344C
9#3E3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DC #E9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6BF #D6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B68D #B68DFB | BordersInactive statesPlaceholder text |
| 400 | 8F52 #8F52FA | Disabled statesSecondary iconsMuted text |
| 500 | 6F20 #6F20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5407 #5407DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4305 #4305AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3004 #30047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F02 #1F024F | Primary textHigh emphasis contentDark headings |
| 950 | 1302 #130231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FF;
--indigo-100: #E9DCFE;
--indigo-200: #D6BFFD;
--indigo-300: #B68DFB;
--indigo-400: #8F52FA;
--indigo-500: #6F20F8;
--indigo-600: #5407DA;
--indigo-700: #4305AD;
--indigo-800: #30047C;
--indigo-900: #1F024F;
--indigo-950: #130231;
}