Indigo
#65047B
PinkColor Codes
All color formats for development
HEX
#65047BRGB
rgb(101, 4, 123)HSL
hsl(289, 94%, 25%)OKLCH
oklch(0.374 0.178 318.2)CMYK
cmyk(18%, 97%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C036F
2#510363
3#470357
4#3D024A
5#33023E
6#290231
7#1F0125
8#140119
9#0A000C
Tints
Lighter variations
1#8405A1
2#A306C6
3#C107EB
4#D120F8
5#D845F9
6#E06BFA
7#E890FC
8#F0B5FD
9#F7DAFE
Tones
Muted variations
1#620A76
2#5E1070
3#5A166A
4#571C64
5#53225E
6#4F2858
7#4B2E52
8#47344C
9#443A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DC #F8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2BF #F2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E78D #E78DFB | BordersInactive statesPlaceholder text |
| 400 | DB52 #DB52FA | Disabled statesSecondary iconsMuted text |
| 500 | D120 #D120F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | B307 #B307DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E05 #8E05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6604 #66047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4102 #41024F | Primary textHigh emphasis contentDark headings |
| 950 | 2902 #290231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF0FF;
--indigo-100: #F8DCFE;
--indigo-200: #F2BFFD;
--indigo-300: #E78DFB;
--indigo-400: #DB52FA;
--indigo-500: #D120F8;
--indigo-600: #B307DA;
--indigo-700: #8E05AD;
--indigo-800: #66047C;
--indigo-900: #41024F;
--indigo-950: #290231;
}