Indigo
#520036
PinkColor Codes
All color formats for development
HEX
#520036RGB
rgb(82, 0, 54)HSL
hsl(320, 100%, 16%)OKLCH
oklch(0.29 0.122 347.8)CMYK
cmyk(0%, 100%, 34%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490031
2#41002C
3#390026
4#310021
5#29001B
6#210016
7#180010
8#10000B
9#080005
Tints
Lighter variations
1#7C0053
2#A70070
3#D2008C
4#FD00A9
5#FF29B8
6#FF54C6
7#FF7ED4
8#FFA9E2
9#FFD4F1
Tones
Muted variations
1#4E0435
2#490834
3#450C32
4#411031
5#3D1430
6#39182E
7#351D2D
8#31212C
9#2D252A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AD8 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DC4 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AB3 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00096 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30077 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520036 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330022 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FA;
--indigo-100: #FFDBF3;
--indigo-200: #FFBDE9;
--indigo-300: #FF8AD8;
--indigo-400: #FF4DC4;
--indigo-500: #FF1AB3;
--indigo-600: #E00096;
--indigo-700: #B30077;
--indigo-800: #800055;
--indigo-900: #520036;
--indigo-950: #330022;
}