Indigo
#480849
PinkColor Codes
All color formats for development
HEX
#480849RGB
rgb(72, 8, 73)HSL
hsl(299, 80%, 16%)OKLCH
oklch(0.289 0.122 327.5)CMYK
cmyk(1%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410742
2#3A073B
3#330633
4#2B052C
5#240425
6#1D031D
7#160216
8#0E020F
9#070107
Tints
Lighter variations
1#6E0C70
2#941197
3#BA15BD
4#E019E4
5#E73EEA
6#EC65EE
7#F08BF2
8#F5B2F6
9#FAD8FB
Tones
Muted variations
1#450B46
2#420F43
3#3F1240
4#3C153C
5#391839
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 | FBDF #FBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C3 #F7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F295 #F295F3 | BordersInactive statesPlaceholder text |
| 400 | EB5E #EB5EED | Disabled statesSecondary iconsMuted text |
| 500 | E530 #E530E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C716 #C716CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E12 #9E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710D #710D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4808 #480849 | Primary textHigh emphasis contentDark headings |
| 950 | 2D05 #2D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF1FD;
--indigo-100: #FBDFFB;
--indigo-200: #F7C3F8;
--indigo-300: #F295F3;
--indigo-400: #EB5EED;
--indigo-500: #E530E8;
--indigo-600: #C716CA;
--indigo-700: #9E12A1;
--indigo-800: #710D73;
--indigo-900: #480849;
--indigo-950: #2D052E;
}