Indigo
#3D034E
PinkColor Codes
All color formats for development
HEX
#3D034ERGB
rgb(61, 3, 78)HSL
hsl(286, 93%, 16%)OKLCH
oklch(0.269 0.127 316.4)CMYK
cmyk(22%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#370347
2#31023F
3#2B0237
4#25022F
5#1F0127
6#18011F
7#120118
8#0C0110
9#060008
Tints
Lighter variations
1#5D0478
2#7D06A1
3#9D07CB
4#BD09F4
5#C930F8
6#D45AF9
7#DF83FB
8#E9ACFC
9#F4D6FE
Tones
Muted variations
1#3B074B
2#390A47
3#370E43
4#351240
5#33163C
6#311A38
7#2F1D34
8#2D2130
9#2B252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBF #EEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E18E #E18EFB | BordersInactive statesPlaceholder text |
| 400 | D253 #D253F9 | Disabled statesSecondary iconsMuted text |
| 500 | C522 #C522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A808 #A808D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8606 #8606AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F04 #5F047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D03 #3D034F | Primary textHigh emphasis contentDark headings |
| 950 | 2602 #260231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FE;
--indigo-100: #F6DDFE;
--indigo-200: #EEBFFD;
--indigo-300: #E18EFB;
--indigo-400: #D253F9;
--indigo-500: #C522F7;
--indigo-600: #A808D9;
--indigo-700: #8606AC;
--indigo-800: #5F047B;
--indigo-900: #3D034F;
--indigo-950: #260231;
}