Indigo
#630B74
PinkColor Codes
All color formats for development
HEX
#630B74RGB
rgb(99, 11, 116)HSL
hsl(290, 83%, 25%)OKLCH
oklch(0.369 0.167 320)CMYK
cmyk(15%, 91%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#590A69
2#4F095D
3#450852
4#3B0746
5#32053A
6#28042F
7#1E0323
8#140217
9#0A010C
Tints
Lighter variations
1#810E98
2#9E11BB
3#BC15DE
4#CC2DEB
5#D450EF
6#DD73F2
7#E596F5
8#EEB9F8
9#F6DCFC
Tones
Muted variations
1#5F106F
2#5C156A
3#581B65
4#55205F
5#51255A
6#4E2B55
7#4A3050
8#47354A
9#433A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C2 #F0C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E594 #E594F5 | BordersInactive statesPlaceholder text |
| 400 | D75C #D75CF0 | Disabled statesSecondary iconsMuted text |
| 500 | CC2D #CC2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | AE13 #AE13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B0F #8B0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630B #630B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F07 #3F074B | Primary textHigh emphasis contentDark headings |
| 950 | 2804 #28042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF1FE;
--indigo-100: #F7DEFC;
--indigo-200: #F0C2F9;
--indigo-300: #E594F5;
--indigo-400: #D75CF0;
--indigo-500: #CC2DEB;
--indigo-600: #AE13CD;
--indigo-700: #8B0FA3;
--indigo-800: #630B75;
--indigo-900: #3F074B;
--indigo-950: #28042F;
}