Indigo
#581070
PinkColor Codes
All color formats for development
HEX
#581070RGB
rgb(88, 16, 112)HSL
hsl(285, 75%, 25%)OKLCH
oklch(0.351 0.156 315.5)CMYK
cmyk(21%, 86%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F0E64
2#460D59
3#3D0B4E
4#350A43
5#2C0838
6#23062D
7#1A0521
8#120316
9#09020B
Tints
Lighter variations
1#721591
2#8C19B3
3#A71ED4
4#B736E2
5#C358E7
6#CF79EC
7#DB9BF1
8#E7BCF5
9#F3DEFA
Tones
Muted variations
1#55156B
2#531966
3#501E61
4#4E235C
5#4C2858
6#492D53
7#47314E
8#453649
9#423B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4E0 #F4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC5 #EAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DA98 #DA98F0 | BordersInactive statesPlaceholder text |
| 400 | C763 #C763E9 | Disabled statesSecondary iconsMuted text |
| 500 | B736 #B736E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9A1C #9A1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7B16 #7B169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5810 #581070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 380A #380A47 | Primary textHigh emphasis contentDark headings |
| 950 | 2306 #23062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF2FD;
--indigo-100: #F4E0FB;
--indigo-200: #EAC5F7;
--indigo-300: #DA98F0;
--indigo-400: #C763E9;
--indigo-500: #B736E2;
--indigo-600: #9A1CC4;
--indigo-700: #7B169C;
--indigo-800: #581070;
--indigo-900: #380A47;
--indigo-950: #23062D;
}