Indigo
#520045
PinkColor Codes
All color formats for development
HEX
#520045RGB
rgb(82, 0, 69)HSL
hsl(310, 100%, 16%)OKLCH
oklch(0.299 0.132 336.7)CMYK
cmyk(0%, 100%, 16%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49003D
2#410036
3#390030
4#310029
5#290022
6#21001B
7#180014
8#10000E
9#080007
Tints
Lighter variations
1#7C0068
2#A7008B
3#D200AF
4#FD00D3
5#FF29DB
6#FF54E2
7#FF7EEA
8#FFA9F1
9#FFD4F8
Tones
Muted variations
1#4E0441
2#49083F
3#450C3C
4#411039
5#3D1436
6#391834
7#351D31
8#31212E
9#2D252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AEB | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DE1 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E000BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30095 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #80006A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520044 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #33002A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FC;
--indigo-100: #FFDBF9;
--indigo-200: #FFBDF4;
--indigo-300: #FF8AEB;
--indigo-400: #FF4DE1;
--indigo-500: #FF1AD9;
--indigo-600: #E000BB;
--indigo-700: #B30095;
--indigo-800: #80006A;
--indigo-900: #520044;
--indigo-950: #33002A;
}