Indigo
#470A47
PinkColor Codes
All color formats for development
HEX
#470A47RGB
rgb(71, 10, 71)HSL
hsl(300, 75%, 16%)OKLCH
oklch(0.288 0.117 328.1)CMYK
cmyk(0%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400940
2#390839
3#320732
4#2B062B
5#240524
6#1D041D
7#150315
8#0E020E
9#070107
Tints
Lighter variations
1#6D106D
2#921592
3#B81AB8
4#DD20DD
5#E444E4
6#EA69EA
7#EF8FEF
8#F4B4F4
9#FADAFA
Tones
Muted variations
1#440D44
2#411041
3#3E133E
4#3B163B
5#381A38
6#351D35
7#322032
8#2F232F
9#2C262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098F0 | BordersInactive statesPlaceholder text |
| 400 | E963 #E963E9 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E236E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A47 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF2FD;
--indigo-100: #FBE0FB;
--indigo-200: #F7C5F7;
--indigo-300: #F098F0;
--indigo-400: #E963E9;
--indigo-500: #E236E2;
--indigo-600: #C41CC4;
--indigo-700: #9C169C;
--indigo-800: #701070;
--indigo-900: #470A47;
--indigo-950: #2D062D;
}