Indigo
#43034E
PinkColor Codes
All color formats for development
HEX
#43034ERGB
rgb(67, 3, 78)HSL
hsl(291, 93%, 16%)OKLCH
oklch(0.28 0.129 320.9)CMYK
cmyk(14%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D0347
2#36023F
3#2F0237
4#28022F
5#220127
6#1B011F
7#140118
8#0D0110
9#070008
Tints
Lighter variations
1#670478
2#8A06A1
3#AD07CB
4#D109F4
5#DA30F8
6#E15AF9
7#E983FB
8#F0ACFC
9#F8D6FE
Tones
Muted variations
1#41074B
2#3E0A47
3#3B0E43
4#391240
5#36163C
6#331A38
7#311D34
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 | F9DD #F9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BF #F3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8E #EB8EFB | BordersInactive statesPlaceholder text |
| 400 | E053 #E053F9 | Disabled statesSecondary iconsMuted text |
| 500 | D722 #D722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | B908 #B908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9306 #9306AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6904 #69047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4303 #43034F | Primary textHigh emphasis contentDark headings |
| 950 | 2A02 #2A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF0FE;
--indigo-100: #F9DDFE;
--indigo-200: #F3BFFD;
--indigo-300: #EB8EFB;
--indigo-400: #E053F9;
--indigo-500: #D722F7;
--indigo-600: #B908D9;
--indigo-700: #9306AC;
--indigo-800: #69047B;
--indigo-900: #43034F;
--indigo-950: #2A0231;
}