Indigo
#650878
PinkColor Codes
All color formats for development
HEX
#650878RGB
rgb(101, 8, 120)HSL
hsl(290, 88%, 25%)OKLCH
oklch(0.374 0.173 319.4)CMYK
cmyk(16%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B076C
2#510660
3#470554
4#3D0548
5#33043C
6#280330
7#1E0224
8#140218
9#0A010C
Tints
Lighter variations
1#830A9C
2#A20CC0
3#C00FE4
4#D027F1
5#D74BF4
6#DF6FF6
7#E793F8
8#EFB7FA
9#F7DBFD
Tones
Muted variations
1#610D72
2#5E136D
3#5A1867
4#561E61
5#52245C
6#4F2956
7#4B2F51
8#47354B
9#433A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C1 #F1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E791 #E791F8 | BordersInactive statesPlaceholder text |
| 400 | DA57 #DA57F4 | Disabled statesSecondary iconsMuted text |
| 500 | D027 #D027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | B20D #B20DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E0B #8E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6508 #650878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4105 #41054D | Primary textHigh emphasis contentDark headings |
| 950 | 2803 #280330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF1FE;
--indigo-100: #F8DDFD;
--indigo-200: #F1C1FB;
--indigo-300: #E791F8;
--indigo-400: #DA57F4;
--indigo-500: #D027F1;
--indigo-600: #B20DD3;
--indigo-700: #8E0BA8;
--indigo-800: #650878;
--indigo-900: #41054D;
--indigo-950: #280330;
}