Indigo
#44047C
PurpleColor Codes
All color formats for development
HEX
#44047CRGB
rgb(68, 4, 124)HSL
hsl(272, 94%, 25%)OKLCH
oklch(0.326 0.17 299.4)CMYK
cmyk(45%, 97%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D036F
2#360363
3#2F0357
4#29024A
5#22023E
6#1B0231
7#140125
8#0E0119
9#07000C
Tints
Lighter variations
1#5805A1
2#6C06C6
3#8107EB
4#9320F8
5#A545F9
6#B76BFA
7#C990FC
8#DBB5FD
9#EDDAFE
Tones
Muted variations
1#430A76
2#431070
3#43166A
4#421C64
5#42225E
6#412858
7#412E52
8#41344C
9#403A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDC #EEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BF #E0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C88D #C88DFB | BordersInactive statesPlaceholder text |
| 400 | AB52 #AB52FA | Disabled statesSecondary iconsMuted text |
| 500 | 9320 #9320F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7707 #7707DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F05 #5F05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4404 #44047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B02 #2B024F | Primary textHigh emphasis contentDark headings |
| 950 | 1B02 #1B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FF;
--indigo-100: #EEDCFE;
--indigo-200: #E0BFFD;
--indigo-300: #C88DFB;
--indigo-400: #AB52FA;
--indigo-500: #9320F8;
--indigo-600: #7707DA;
--indigo-700: #5F05AD;
--indigo-800: #44047C;
--indigo-900: #2B024F;
--indigo-950: #1B0231;
}