Indigo
#44034E
PinkColor Codes
All color formats for development
HEX
#44034ERGB
rgb(68, 3, 78)HSL
hsl(292, 93%, 16%)OKLCH
oklch(0.282 0.129 321.6)CMYK
cmyk(13%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E0347
2#37023F
3#300237
4#29022F
5#220127
6#1B011F
7#150118
8#0E0110
9#070008
Tints
Lighter variations
1#690478
2#8D06A1
3#B107CB
4#D509F4
5#DD30F8
6#E45AF9
7#EB83FB
8#F1ACFC
9#F8D6FE
Tones
Muted variations
1#42074B
2#3F0A47
3#3C0E43
4#391240
5#37163C
6#341A38
7#311D34
8#2E2130
9#2C252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BF #F4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EC8E #EC8EFB | BordersInactive statesPlaceholder text |
| 400 | E353 #E353F9 | Disabled statesSecondary iconsMuted text |
| 500 | DB22 #DB22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | BD08 #BD08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9606 #9606AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B04 #6B047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4503 #45034F | Primary textHigh emphasis contentDark headings |
| 950 | 2B02 #2B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF0FE;
--indigo-100: #F9DDFE;
--indigo-200: #F4BFFD;
--indigo-300: #EC8EFB;
--indigo-400: #E353F9;
--indigo-500: #DB22F7;
--indigo-600: #BD08D9;
--indigo-700: #9606AC;
--indigo-800: #6B047B;
--indigo-900: #45034F;
--indigo-950: #2B0231;
}