Indigo
#44037C
PurpleColor Codes
All color formats for development
HEX
#44037CRGB
rgb(68, 3, 124)HSL
hsl(272, 95%, 25%)OKLCH
oklch(0.325 0.171 299.4)CMYK
cmyk(45%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D0370
2#360363
3#2F0257
4#29024B
5#22023E
6#1B0132
7#140125
8#0E0119
9#07000C
Tints
Lighter variations
1#5804A2
2#6C05C7
3#8106EC
4#941FF9
5#A545FA
6#B76AFB
7#C98FFC
8#DBB4FD
9#EDDAFE
Tones
Muted variations
1#430976
2#430F70
3#43156A
4#421B64
5#42215E
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 | E0BE #E0BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C88D #C88DFC | BordersInactive statesPlaceholder text |
| 400 | AB51 #AB51FB | Disabled statesSecondary iconsMuted text |
| 500 | 941F #941FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7706 #7706DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F04 #5F04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4403 #44037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B02 #2B0250 | Primary textHigh emphasis contentDark headings |
| 950 | 1B01 #1B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FF;
--indigo-100: #EEDCFE;
--indigo-200: #E0BEFD;
--indigo-300: #C88DFC;
--indigo-400: #AB51FB;
--indigo-500: #941FF9;
--indigo-600: #7706DB;
--indigo-700: #5F04AE;
--indigo-800: #44037C;
--indigo-900: #2B0250;
--indigo-950: #1B0132;
}