Indigo
#52003D
PinkColor Codes
All color formats for development
HEX
#52003DRGB
rgb(82, 0, 61)HSL
hsl(315, 100%, 16%)OKLCH
oklch(0.294 0.126 342.4)CMYK
cmyk(0%, 100%, 26%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490037
2#410031
3#39002B
4#310025
5#29001F
6#210018
7#180012
8#10000C
9#080006
Tints
Lighter variations
1#7C005D
2#A7007D
3#D2009E
4#FD00BE
5#FF29C9
6#FF54D4
7#FF7EDF
8#FFA9EA
9#FFD4F4
Tones
Muted variations
1#4E043B
2#490839
3#450C37
4#411035
5#3D1433
6#391831
7#351D2F
8#31212D
9#2D252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AE2 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DD2 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E000A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30086 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #52003D | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FB;
--indigo-100: #FFDBF6;
--indigo-200: #FFBDEE;
--indigo-300: #FF8AE2;
--indigo-400: #FF4DD2;
--indigo-500: #FF1AC6;
--indigo-600: #E000A8;
--indigo-700: #B30086;
--indigo-800: #800060;
--indigo-900: #52003D;
--indigo-950: #330026;
}