Indigo
#520038
PinkColor Codes
All color formats for development
HEX
#520038RGB
rgb(82, 0, 56)HSL
hsl(319, 100%, 16%)OKLCH
oklch(0.292 0.123 346.2)CMYK
cmyk(0%, 100%, 32%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490032
2#41002D
3#390027
4#310021
5#29001C
6#210016
7#180011
8#10000B
9#080006
Tints
Lighter variations
1#7C0055
2#A70072
3#D20090
4#FD00AD
5#FF29BB
6#FF54C9
7#FF7ED6
8#FFA9E4
9#FFD4F1
Tones
Muted variations
1#4E0436
2#490835
3#450C33
4#411032
5#3D1430
6#39182F
7#351D2D
8#31212C
9#2D252A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8ADA | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DC6 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00099 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B3007A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520038 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FA;
--indigo-100: #FFDBF4;
--indigo-200: #FFBDEA;
--indigo-300: #FF8ADA;
--indigo-400: #FF4DC6;
--indigo-500: #FF1AB6;
--indigo-600: #E00099;
--indigo-700: #B3007A;
--indigo-800: #800057;
--indigo-900: #520038;
--indigo-950: #330023;
}