Indigo
#460849
PinkColor Codes
All color formats for development
HEX
#460849RGB
rgb(70, 8, 73)HSL
hsl(297, 80%, 16%)OKLCH
oklch(0.286 0.121 326)CMYK
cmyk(4%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F0742
2#38073B
3#310633
4#2A052C
5#230425
6#1C031D
7#150216
8#0E020F
9#070107
Tints
Lighter variations
1#6B0C70
2#901197
3#B515BD
4#DA19E4
5#E13EEA
6#E765EE
7#ED8BF2
8#F3B2F6
9#F9D8FB
Tones
Muted variations
1#430B46
2#400F43
3#3D1240
4#3A153C
5#371839
6#351C36
7#321F33
8#2F222F
9#2C262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADF #FADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C3 #F6C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF95 #EF95F3 | BordersInactive statesPlaceholder text |
| 400 | E65E #E65EED | Disabled statesSecondary iconsMuted text |
| 500 | DF30 #DF30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C116 #C116CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A12 #9A12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E0D #6E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4608 #460849 | Primary textHigh emphasis contentDark headings |
| 950 | 2C05 #2C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF1FD;
--indigo-100: #FADFFB;
--indigo-200: #F6C3F8;
--indigo-300: #EF95F3;
--indigo-400: #E65EED;
--indigo-500: #DF30E8;
--indigo-600: #C116CA;
--indigo-700: #9A12A1;
--indigo-800: #6E0D73;
--indigo-900: #460849;
--indigo-950: #2C052E;
}