Indigo
#520035
PinkColor Codes
All color formats for development
HEX
#520035RGB
rgb(82, 0, 53)HSL
hsl(321, 100%, 16%)OKLCH
oklch(0.29 0.122 348.6)CMYK
cmyk(0%, 100%, 35%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490030
2#41002A
3#390025
4#310020
5#29001B
6#210015
7#180010
8#10000B
9#080005
Tints
Lighter variations
1#7C0051
2#A7006D
3#D20089
4#FD00A4
5#FF29B4
6#FF54C3
7#FF7ED2
8#FFA9E1
9#FFD4F0
Tones
Muted variations
1#4E0434
2#490833
3#450C31
4#411030
5#3D142F
6#39182E
7#351D2C
8#31212B
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 #FFBDE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AD6 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DC1 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AAF | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00092 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30074 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800053 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520035 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330021 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FA;
--indigo-100: #FFDBF3;
--indigo-200: #FFBDE8;
--indigo-300: #FF8AD6;
--indigo-400: #FF4DC1;
--indigo-500: #FF1AAF;
--indigo-600: #E00092;
--indigo-700: #B30074;
--indigo-800: #800053;
--indigo-900: #520035;
--indigo-950: #330021;
}