Indigo
#63047B
PinkColor Codes
All color formats for development
HEX
#63047BRGB
rgb(99, 4, 123)HSL
hsl(288, 94%, 25%)OKLCH
oklch(0.371 0.177 317.2)CMYK
cmyk(20%, 97%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A036F
2#500363
3#460357
4#3C024A
5#32023E
6#280231
7#1E0125
8#140119
9#0A000C
Tints
Lighter variations
1#8205A1
2#A006C6
3#BD07EB
4#CD20F8
5#D545F9
6#DE6BFA
7#E690FC
8#EEB5FD
9#F7DAFE
Tones
Muted variations
1#600A76
2#5D1070
3#59166A
4#551C64
5#52225E
6#4E2858
7#4B2E52
8#47344C
9#433A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BF #F1BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E58D #E58DFB | BordersInactive statesPlaceholder text |
| 400 | D852 #D852FA | Disabled statesSecondary iconsMuted text |
| 500 | CD20 #CD20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF07 #AF07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C05 #8C05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6404 #64047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4002 #40024F | Primary textHigh emphasis contentDark headings |
| 950 | 2802 #280231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF0FF;
--indigo-100: #F7DCFE;
--indigo-200: #F1BFFD;
--indigo-300: #E58DFB;
--indigo-400: #D852FA;
--indigo-500: #CD20F8;
--indigo-600: #AF07DA;
--indigo-700: #8C05AD;
--indigo-800: #64047C;
--indigo-900: #40024F;
--indigo-950: #280231;
}