Indigo
#63027E
PinkColor Codes
All color formats for development
HEX
#63027ERGB
rgb(99, 2, 126)HSL
hsl(287, 97%, 25%)OKLCH
oklch(0.372 0.181 316.1)CMYK
cmyk(21%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#590271
2#4F0264
3#450158
4#3B014B
5#31013F
6#280132
7#1E0126
8#140019
9#0A000D
Tints
Lighter variations
1#8002A3
2#9E03C9
3#BC04EF
4#CB1DFC
5#D443FC
6#DD68FD
7#E58EFD
8#EEB4FE
9#F6D9FE
Tones
Muted variations
1#5F0877
2#5C0E71
3#58146B
4#551B65
5#51215F
6#4E2758
7#4A2D52
8#47334C
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 | F0BE #F0BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E58B #E58BFD | BordersInactive statesPlaceholder text |
| 400 | D74F #D74FFC | Disabled statesSecondary iconsMuted text |
| 500 | CB1D #CB1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | AE03 #AE03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8A03 #8A03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6302 #63027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F01 #3F0150 | Primary textHigh emphasis contentDark headings |
| 950 | 2801 #280132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF0FF;
--indigo-100: #F7DCFE;
--indigo-200: #F0BEFE;
--indigo-300: #E58BFD;
--indigo-400: #D74FFC;
--indigo-500: #CB1DFC;
--indigo-600: #AE03DD;
--indigo-700: #8A03B0;
--indigo-800: #63027E;
--indigo-900: #3F0150;
--indigo-950: #280132;
}