Indigo
#64037C
PinkColor Codes
All color formats for development
HEX
#64037CRGB
rgb(100, 3, 124)HSL
hsl(288, 95%, 25%)OKLCH
oklch(0.373 0.179 317.4)CMYK
cmyk(19%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A0370
2#500363
3#460257
4#3C024B
5#32023E
6#280132
7#1E0125
8#140119
9#0A000C
Tints
Lighter variations
1#8204A2
2#A005C7
3#BE06EC
4#CE1FF9
5#D645FA
6#DE6AFB
7#E68FFC
8#EFB4FD
9#F7DAFE
Tones
Muted variations
1#600976
2#5D0F70
3#59156A
4#561B64
5#52215E
6#4E2858
7#4B2E52
8#47344C
9#433A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BE #F1BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E68D #E68DFC | BordersInactive statesPlaceholder text |
| 400 | D951 #D951FB | Disabled statesSecondary iconsMuted text |
| 500 | CE1F #CE1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | B006 #B006DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C04 #8C04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6403 #64037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4002 #400250 | Primary textHigh emphasis contentDark headings |
| 950 | 2801 #280132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF0FF;
--indigo-100: #F7DCFE;
--indigo-200: #F1BEFD;
--indigo-300: #E68DFC;
--indigo-400: #D951FB;
--indigo-500: #CE1FF9;
--indigo-600: #B006DB;
--indigo-700: #8C04AE;
--indigo-800: #64037C;
--indigo-900: #400250;
--indigo-950: #280132;
}