Indigo
#3F0849
PinkColor Codes
All color formats for development
HEX
#3F0849RGB
rgb(63, 8, 73)HSL
hsl(291, 80%, 16%)OKLCH
oklch(0.273 0.117 320.7)CMYK
cmyk(14%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#390742
2#33073B
3#2D0633
4#26052C
5#200425
6#19031D
7#130216
8#0D020F
9#060107
Tints
Lighter variations
1#610C70
2#821197
3#A415BD
4#C519E4
5#D03EEA
6#D965EE
7#E38BF2
8#ECB2F6
9#F6D8FB
Tones
Muted variations
1#3D0B46
2#3B0F43
3#391240
4#37153C
5#341839
6#321C36
7#301F33
8#2D222F
9#2B262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C3 #F0C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E595 #E595F3 | BordersInactive statesPlaceholder text |
| 400 | D85E #D85EED | Disabled statesSecondary iconsMuted text |
| 500 | CD30 #CD30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF16 #AF16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B12 #8B12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630D #630D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4008 #400849 | Primary textHigh emphasis contentDark headings |
| 950 | 2805 #28052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF1FD;
--indigo-100: #F7DFFB;
--indigo-200: #F0C3F8;
--indigo-300: #E595F3;
--indigo-400: #D85EED;
--indigo-500: #CD30E8;
--indigo-600: #AF16CA;
--indigo-700: #8B12A1;
--indigo-800: #630D73;
--indigo-900: #400849;
--indigo-950: #28052E;
}