Indigo
#52003C
PinkColor Codes
All color formats for development
HEX
#52003CRGB
rgb(82, 0, 60)HSL
hsl(316, 100%, 16%)OKLCH
oklch(0.294 0.126 343.2)CMYK
cmyk(0%, 100%, 27%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490036
2#410030
3#39002A
4#310024
5#29001E
6#210018
7#180012
8#10000C
9#080006
Tints
Lighter variations
1#7C005B
2#A7007B
3#D2009A
4#FD00BA
5#FF29C6
6#FF54D1
7#FF7EDD
8#FFA9E8
9#FFD4F4
Tones
Muted variations
1#4E043A
2#490838
3#450C36
4#411034
5#3D1432
6#391830
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 #FFDBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDED | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AE0 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DCF | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AC2 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E000A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30083 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #80005E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #52003C | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FB;
--indigo-100: #FFDBF5;
--indigo-200: #FFBDED;
--indigo-300: #FF8AE0;
--indigo-400: #FF4DCF;
--indigo-500: #FF1AC2;
--indigo-600: #E000A5;
--indigo-700: #B30083;
--indigo-800: #80005E;
--indigo-900: #52003C;
--indigo-950: #330025;
}