Indigo
#42034F
PinkColor Codes
All color formats for development
HEX
#42034FRGB
rgb(66, 3, 79)HSL
hsl(290, 93%, 16%)OKLCH
oklch(0.279 0.129 319.5)CMYK
cmyk(16%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B0347
2#35023F
3#2E0237
4#28022F
5#210127
6#1A011F
7#140118
8#0D0110
9#070008
Tints
Lighter variations
1#650478
2#8706A1
3#AA07CB
4#CD09F4
5#D630F8
6#DE5AF9
7#E783FB
8#EFACFC
9#F7D6FE
Tones
Muted variations
1#40074B
2#3D0A47
3#3B0E43
4#381240
5#35163C
6#331A38
7#301D34
8#2E2130
9#2B252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2BF #F2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E98E #E98EFB | BordersInactive statesPlaceholder text |
| 400 | DD53 #DD53F9 | Disabled statesSecondary iconsMuted text |
| 500 | D322 #D322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | B608 #B608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9106 #9106AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6704 #67047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4203 #42034F | Primary textHigh emphasis contentDark headings |
| 950 | 2902 #290231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF0FE;
--indigo-100: #F8DDFE;
--indigo-200: #F2BFFD;
--indigo-300: #E98EFB;
--indigo-400: #DD53F9;
--indigo-500: #D322F7;
--indigo-600: #B608D9;
--indigo-700: #9106AC;
--indigo-800: #67047B;
--indigo-900: #42034F;
--indigo-950: #290231;
}