Indigo
#520052
PinkColor Codes
All color formats for development
HEX
#520052RGB
rgb(82, 0, 82)HSL
hsl(300, 100%, 16%)OKLCH
oklch(0.308 0.141 328.4)CMYK
cmyk(0%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490049
2#410041
3#390039
4#310031
5#290029
6#210021
7#180018
8#100010
9#080008
Tints
Lighter variations
1#7C007C
2#A700A7
3#D200D2
4#FD00FD
5#FF29FF
6#FF54FF
7#FF7EFF
8#FFA9FF
9#FFD4FF
Tones
Muted variations
1#4E044E
2#490849
3#450C45
4#411041
5#3D143D
6#391839
7#351D35
8#312131
9#2D252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AFF | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DFF | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E000E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B300B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520052 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FF;
--indigo-100: #FFDBFF;
--indigo-200: #FFBDFF;
--indigo-300: #FF8AFF;
--indigo-400: #FF4DFF;
--indigo-500: #FF1AFF;
--indigo-600: #E000E0;
--indigo-700: #B300B3;
--indigo-800: #800080;
--indigo-900: #520052;
--indigo-950: #330033;
}