Indigo
#52003A
PinkColor Codes
All color formats for development
HEX
#52003ARGB
rgb(82, 0, 58)HSL
hsl(318, 100%, 16%)OKLCH
oklch(0.293 0.125 344.7)CMYK
cmyk(0%, 100%, 29%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490033
2#41002E
3#390028
4#310022
5#29001D
6#210017
7#180011
8#10000B
9#080006
Tints
Lighter variations
1#7C0057
2#A70075
3#D20093
4#FD00B1
5#FF29BF
6#FF54CC
7#FF7ED8
8#FFA9E5
9#FFD4F2
Tones
Muted variations
1#4E0437
2#490836
3#450C34
4#411033
5#3D1431
6#39182F
7#351D2E
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 #FFBDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8ADC | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DC9 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1ABA | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E0009D | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B3007D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520039 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FA;
--indigo-100: #FFDBF4;
--indigo-200: #FFBDEB;
--indigo-300: #FF8ADC;
--indigo-400: #FF4DC9;
--indigo-500: #FF1ABA;
--indigo-600: #E0009D;
--indigo-700: #B3007D;
--indigo-800: #800059;
--indigo-900: #520039;
--indigo-950: #330024;
}