Indigo
#400949
PinkColor Codes
All color formats for development
HEX
#400949RGB
rgb(64, 9, 73)HSL
hsl(292, 78%, 16%)OKLCH
oklch(0.276 0.117 321.5)CMYK
cmyk(12%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A0841
2#33073A
3#2D0633
4#26052C
5#200424
6#1A041D
7#130316
8#0D020F
9#060107
Tints
Lighter variations
1#620E6F
2#831295
3#A517BB
4#C71CE1
5#D140E7
6#DA66EC
7#E38DF1
8#EDB3F6
9#F6D9FA
Tones
Muted variations
1#3E0C45
2#3B0F42
3#39133F
4#37163C
5#341939
6#321C36
7#301F32
8#2D222F
9#2B262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C4 #F1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E697 #E697F2 | BordersInactive statesPlaceholder text |
| 400 | D960 #D960EB | Disabled statesSecondary iconsMuted text |
| 500 | CE33 #CE33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B019 #B019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C14 #8C149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 640E #640E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4009 #400949 | Primary textHigh emphasis contentDark headings |
| 950 | 2806 #28062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF1FD;
--indigo-100: #F7DFFB;
--indigo-200: #F1C4F8;
--indigo-300: #E697F2;
--indigo-400: #D960EB;
--indigo-500: #CE33E6;
--indigo-600: #B019C8;
--indigo-700: #8C149F;
--indigo-800: #640E71;
--indigo-900: #400949;
--indigo-950: #28062D;
}