Indigo
#520041
PinkColor Codes
All color formats for development
HEX
#520041RGB
rgb(82, 0, 65)HSL
hsl(312, 100%, 16%)OKLCH
oklch(0.297 0.129 339.5)CMYK
cmyk(0%, 100%, 21%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49003B
2#410034
3#39002E
4#310027
5#290021
6#21001A
7#180014
8#10000D
9#080007
Tints
Lighter variations
1#7C0064
2#A70086
3#D200A8
4#FD00CA
5#FF29D4
6#FF54DD
7#FF7EE5
8#FFA9EE
9#FFD4F6
Tones
Muted variations
1#4E043F
2#49083C
3#450C3A
4#411037
5#3D1435
6#391833
7#351D30
8#31212E
9#2D252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AE8 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DDB | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E000B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B3008F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800066 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520041 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FC;
--indigo-100: #FFDBF8;
--indigo-200: #FFBDF2;
--indigo-300: #FF8AE8;
--indigo-400: #FF4DDB;
--indigo-500: #FF1AD1;
--indigo-600: #E000B4;
--indigo-700: #B3008F;
--indigo-800: #800066;
--indigo-900: #520041;
--indigo-950: #330029;
}