Indigo
#410250
PinkColor Codes
All color formats for development
HEX
#410250RGB
rgb(65, 2, 80)HSL
hsl(288, 95%, 16%)OKLCH
oklch(0.277 0.131 318.3)CMYK
cmyk(19%, 98%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A0248
2#330240
3#2D0138
4#260130
5#200128
6#1A0120
7#130118
8#0D0010
9#060008
Tints
Lighter variations
1#620379
2#8304A3
3#A505CD
4#C706F7
5#D12EFA
6#DA58FB
7#E382FC
8#EDABFD
9#F6D5FE
Tones
Muted variations
1#3E064C
2#3B0A48
3#390E44
4#371240
5#34153C
6#321938
7#301D34
8#2D2131
9#2B252D
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;
}