Indigo
#520040
PinkColor Codes
All color formats for development
HEX
#520040RGB
rgb(82, 0, 64)HSL
hsl(313, 100%, 16%)OKLCH
oklch(0.296 0.128 340.2)CMYK
cmyk(0%, 100%, 22%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49003A
2#410033
3#39002D
4#310026
5#290020
6#21001A
7#180013
8#10000D
9#080006
Tints
Lighter variations
1#7C0061
2#A70083
3#D200A5
4#FD00C6
5#FF29D1
6#FF54DA
7#FF7EE3
8#FFA9EC
9#FFD4F6
Tones
Muted variations
1#4E043E
2#49083B
3#450C39
4#411037
5#3D1434
6#391832
7#351D30
8#31212D
9#2D252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AE6 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DD8 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1ACD | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E000B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B3008C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800064 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520040 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FC;
--indigo-100: #FFDBF7;
--indigo-200: #FFBDF1;
--indigo-300: #FF8AE6;
--indigo-400: #FF4DD8;
--indigo-500: #FF1ACD;
--indigo-600: #E000B0;
--indigo-700: #B3008C;
--indigo-800: #800064;
--indigo-900: #520040;
--indigo-950: #330028;
}