Indigo
#52004E
PinkColor Codes
All color formats for development
HEX
#52004ERGB
rgb(82, 0, 78)HSL
hsl(303, 100%, 16%)OKLCH
oklch(0.305 0.138 330.8)CMYK
cmyk(0%, 100%, 5%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490046
2#41003E
3#390036
4#31002F
5#290027
6#21001F
7#180017
8#100010
9#080008
Tints
Lighter variations
1#7C0076
2#A7009F
3#D200C8
4#FD00F0
5#FF29F4
6#FF54F6
7#FF7EF9
8#FFA9FB
9#FFD4FD
Tones
Muted variations
1#4E044A
2#490846
3#450C43
4#41103F
5#3D143B
6#391837
7#351D34
8#312130
9#2D252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AF9 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DF6 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E000D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B300AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #52004E | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FE;
--indigo-100: #FFDBFD;
--indigo-200: #FFBDFC;
--indigo-300: #FF8AF9;
--indigo-400: #FF4DF6;
--indigo-500: #FF1AF4;
--indigo-600: #E000D5;
--indigo-700: #B300AA;
--indigo-800: #800079;
--indigo-900: #52004E;
--indigo-950: #330030;
}