Indigo
#520048
PinkColor Codes
All color formats for development
HEX
#520048RGB
rgb(82, 0, 72)HSL
hsl(307, 100%, 16%)OKLCH
oklch(0.301 0.134 334.7)CMYK
cmyk(0%, 100%, 12%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490041
2#41003A
3#390032
4#31002B
5#290024
6#21001D
7#180016
8#10000E
9#080007
Tints
Lighter variations
1#7C006E
2#A70094
3#D200BA
4#FD00DF
5#FF29E6
6#FF54EB
7#FF7EF0
8#FFA9F5
9#FFD4FA
Tones
Muted variations
1#4E0445
2#490842
3#450C3F
4#41103C
5#3D1438
6#391835
7#351D32
8#31212F
9#2D252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AF1 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DEA | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E000C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B3009E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520048 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #33002D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FD;
--indigo-100: #FFDBFB;
--indigo-200: #FFBDF7;
--indigo-300: #FF8AF1;
--indigo-400: #FF4DEA;
--indigo-500: #FF1AE4;
--indigo-600: #E000C6;
--indigo-700: #B3009E;
--indigo-800: #800071;
--indigo-900: #520048;
--indigo-950: #33002D;
}