Indigo
#64067A
PinkColor Codes
All color formats for development
HEX
#64067ARGB
rgb(100, 6, 122)HSL
hsl(289, 91%, 25%)OKLCH
oklch(0.373 0.175 318.1)CMYK
cmyk(18%, 95%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A056E
2#500561
3#460455
4#3C0349
5#32033D
6#280231
7#1E0225
8#140118
9#0A010C
Tints
Lighter variations
1#83079E
2#A109C3
3#BF0BE7
4#CE24F5
5#D648F6
6#DF6DF8
7#E791FA
8#EFB6FC
9#F7DAFD
Tones
Muted variations
1#610C74
2#5D116E
3#591768
4#561D63
5#52235D
6#4E2957
7#4B2E51
8#47344B
9#433A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C0 #F1C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E68F #E68FFA | BordersInactive statesPlaceholder text |
| 400 | D955 #D955F7 | Disabled statesSecondary iconsMuted text |
| 500 | CE24 #CE24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | B10A #B10AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D08 #8D08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6406 #64067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4004 #40044E | 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: #FCF0FE;
--indigo-100: #F7DDFD;
--indigo-200: #F1C0FC;
--indigo-300: #E68FFA;
--indigo-400: #D955F7;
--indigo-500: #CE24F5;
--indigo-600: #B10AD6;
--indigo-700: #8D08AA;
--indigo-800: #64067A;
--indigo-900: #40044E;
--indigo-950: #280231;
}