Indigo
#40064B
PinkColor Codes
All color formats for development
HEX
#40064BRGB
rgb(64, 6, 75)HSL
hsl(290, 85%, 16%)OKLCH
oklch(0.275 0.122 320.3)CMYK
cmyk(15%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A0644
2#33053C
3#2D0435
4#26042D
5#200326
6#1A021E
7#130217
8#0D010F
9#060108
Tints
Lighter variations
1#610973
2#830D9B
3#A510C2
4#C613EA
5#D139EF
6#DA60F2
7#E388F5
8#ECB0F9
9#F6D7FC
Tones
Muted variations
1#3E0A48
2#3B0D45
3#391141
4#37143E
5#34173A
6#321B37
7#301E33
8#2D2230
9#2B252C
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 | F1C2 #F1C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E692 #E692F6 | BordersInactive statesPlaceholder text |
| 400 | D85A #D85AF2 | Disabled statesSecondary iconsMuted text |
| 500 | CD2B #CD2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | B011 #B011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C0D #8C0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 640A #640A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4006 #40064B | 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: #F1C2FA;
--indigo-300: #E692F6;
--indigo-400: #D85AF2;
--indigo-500: #CD2BEE;
--indigo-600: #B011D0;
--indigo-700: #8C0DA5;
--indigo-800: #640A76;
--indigo-900: #40064B;
--indigo-950: #28042F;
}