Indigo
#28047B
PurpleColor Codes
All color formats for development
HEX
#28047BRGB
rgb(40, 4, 123)HSL
hsl(258, 94%, 25%)OKLCH
oklch(0.292 0.169 281.8)CMYK
cmyk(67%, 97%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24036F
2#200363
3#1C0357
4#18024A
5#14023E
6#100231
7#0C0125
8#080119
9#04000C
Tints
Lighter variations
1#3405A1
2#4006C6
3#4C07EB
4#6120F8
5#7B45F9
6#966BFA
7#B090FC
8#CAB5FD
9#E5DAFE
Tones
Muted variations
1#2A0A76
2#2D1070
3#2F166A
4#311C64
5#34225E
6#362858
7#392E52
8#3B344C
9#3D3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BF #D1BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AE8D #AE8DFB | BordersInactive statesPlaceholder text |
| 400 | 8452 #8452FA | Disabled statesSecondary iconsMuted text |
| 500 | 6120 #6120F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4607 #4607DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3805 #3805AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2804 #28047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1902 #19024F | Primary textHigh emphasis contentDark headings |
| 950 | 1002 #100231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FF;
--indigo-100: #E6DCFE;
--indigo-200: #D1BFFD;
--indigo-300: #AE8DFB;
--indigo-400: #8452FA;
--indigo-500: #6120F8;
--indigo-600: #4607DA;
--indigo-700: #3805AD;
--indigo-800: #28047C;
--indigo-900: #19024F;
--indigo-950: #100231;
}