Indigo
#65027E
PinkColor Codes
All color formats for development
HEX
#65027ERGB
rgb(101, 2, 126)HSL
hsl(288, 97%, 25%)OKLCH
oklch(0.376 0.181 317.1)CMYK
cmyk(20%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B0271
2#510264
3#470158
4#3D014B
5#32013F
6#280132
7#1E0126
8#140019
9#0A000D
Tints
Lighter variations
1#8302A3
2#A103C9
3#C004EF
4#CF1DFC
5#D743FC
6#DF68FD
7#E78EFD
8#EFB4FE
9#F7D9FE
Tones
Muted variations
1#610877
2#5D0E71
3#5A146B
4#561B65
5#52215F
6#4F2758
7#4B2D52
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 | F8DC #F8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BE #F1BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E68B #E68BFD | BordersInactive statesPlaceholder text |
| 400 | DA4F #DA4FFC | Disabled statesSecondary iconsMuted text |
| 500 | CF1D #CF1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | B203 #B203DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D03 #8D03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6502 #65027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4101 #410150 | 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: #F8DCFE;
--indigo-200: #F1BEFE;
--indigo-300: #E68BFD;
--indigo-400: #DA4FFC;
--indigo-500: #CF1DFC;
--indigo-600: #B203DD;
--indigo-700: #8D03B0;
--indigo-800: #65027E;
--indigo-900: #410150;
--indigo-950: #280132;
}