Indigo
#410849
PinkColor Codes
All color formats for development
HEX
#410849RGB
rgb(65, 8, 73)HSL
hsl(293, 80%, 16%)OKLCH
oklch(0.277 0.118 322.3)CMYK
cmyk(11%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B0742
2#35073B
3#2E0633
4#27052C
5#210425
6#1A031D
7#140216
8#0D020F
9#070107
Tints
Lighter variations
1#640C70
2#871197
3#A915BD
4#CC19E4
5#D63EEA
6#DE65EE
7#E68BF2
8#EEB2F6
9#F7D8FB
Tones
Muted variations
1#3F0B46
2#3D0F43
3#3A1240
4#38153C
5#351839
6#331C36
7#301F33
8#2E222F
9#2B262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DF #F8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C3 #F2C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E895 #E895F3 | BordersInactive statesPlaceholder text |
| 400 | DC5E #DC5EED | Disabled statesSecondary iconsMuted text |
| 500 | D330 #D330E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | B516 #B516CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9012 #9012A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670D #670D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4208 #420849 | Primary textHigh emphasis contentDark headings |
| 950 | 2905 #29052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF1FD;
--indigo-100: #F8DFFB;
--indigo-200: #F2C3F8;
--indigo-300: #E895F3;
--indigo-400: #DC5EED;
--indigo-500: #D330E8;
--indigo-600: #B516CA;
--indigo-700: #9012A1;
--indigo-800: #670D73;
--indigo-900: #420849;
--indigo-950: #29052E;
}