Indigo
#26037C
PurpleColor Codes
All color formats for development
HEX
#26037CRGB
rgb(38, 3, 124)HSL
hsl(257, 95%, 25%)OKLCH
oklch(0.29 0.172 280.5)CMYK
cmyk(69%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#220370
2#1E0363
3#1A0257
4#17024B
5#13023E
6#0F0132
7#0B0125
8#080119
9#04000C
Tints
Lighter variations
1#3104A2
2#3C05C7
3#4706EC
4#5D1FF9
5#7845FA
6#936AFB
7#AE8FFC
8#C9B4FD
9#E4DAFE
Tones
Muted variations
1#280976
2#2B0F70
3#2D156A
4#301B64
5#33215E
6#352858
7#382E52
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 | D0BE #D0BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AC8D #AC8DFC | BordersInactive statesPlaceholder text |
| 400 | 8151 #8151FB | Disabled statesSecondary iconsMuted text |
| 500 | 5D1F #5D1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4206 #4206DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3504 #3504AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2603 #26037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1802 #180250 | Primary textHigh emphasis contentDark headings |
| 950 | 0F01 #0F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FF;
--indigo-100: #E6DCFE;
--indigo-200: #D0BEFD;
--indigo-300: #AC8DFC;
--indigo-400: #8151FB;
--indigo-500: #5D1FF9;
--indigo-600: #4206DB;
--indigo-700: #3504AE;
--indigo-800: #26037C;
--indigo-900: #180250;
--indigo-950: #0F0132;
}