Indigo
#47054D
PinkColor Codes
All color formats for development
HEX
#47054DRGB
rgb(71, 5, 77)HSL
hsl(295, 88%, 16%)OKLCH
oklch(0.288 0.128 324.2)CMYK
cmyk(8%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400445
2#39043D
3#320336
4#2A032E
5#230226
6#1C021F
7#150117
8#0E010F
9#070008
Tints
Lighter variations
1#6C0775
2#910A9D
3#B60DC6
4#DB0FEE
5#E236F2
6#E85EF5
7#EE86F7
8#F4AEFA
9#F9D7FC
Tones
Muted variations
1#440849
2#410C46
3#3E1042
4#3B133E
5#38173B
6#351A37
7#321E34
8#2F2230
9#2C252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C1 #F6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EF91 #EF91F8 | BordersInactive statesPlaceholder text |
| 400 | E757 #E757F4 | Disabled statesSecondary iconsMuted text |
| 500 | E027 #E027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C20D #C20DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9B0B #9B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F08 #6F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4705 #47054D | Primary textHigh emphasis contentDark headings |
| 950 | 2C03 #2C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF1FE;
--indigo-100: #FADDFD;
--indigo-200: #F6C1FB;
--indigo-300: #EF91F8;
--indigo-400: #E757F4;
--indigo-500: #E027F1;
--indigo-600: #C20DD3;
--indigo-700: #9B0BA8;
--indigo-800: #6F0878;
--indigo-900: #47054D;
--indigo-950: #2C0330;
}