Indigo
#40034F
PinkColor Codes
All color formats for development
HEX
#40034FRGB
rgb(64, 3, 79)HSL
hsl(288, 93%, 16%)OKLCH
oklch(0.276 0.129 318.1)CMYK
cmyk(19%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#390347
2#33023F
3#2C0237
4#26022F
5#200127
6#19011F
7#130118
8#0D0110
9#060008
Tints
Lighter variations
1#610478
2#8206A1
3#A407CB
4#C509F4
5#D030F8
6#D95AF9
7#E383FB
8#ECACFC
9#F6D6FE
Tones
Muted variations
1#3D074B
2#3B0A47
3#390E43
4#361240
5#34163C
6#321A38
7#301D34
8#2D2130
9#2B252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BF #F0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E58E #E58EFB | BordersInactive statesPlaceholder text |
| 400 | D853 #D853F9 | Disabled statesSecondary iconsMuted text |
| 500 | CC22 #CC22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF08 #AF08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B06 #8B06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6304 #63047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4003 #40034F | 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: #F7DDFE;
--indigo-200: #F0BFFD;
--indigo-300: #E58EFB;
--indigo-400: #D853F9;
--indigo-500: #CC22F7;
--indigo-600: #AF08D9;
--indigo-700: #8B06AC;
--indigo-800: #63047B;
--indigo-900: #40034F;
--indigo-950: #280231;
}