Indigo
#4A084A
PinkColor Codes
All color formats for development
HEX
#4A084ARGB
rgb(74, 8, 74)HSL
hsl(300, 80%, 16%)OKLCH
oklch(0.293 0.123 328.2)CMYK
cmyk(0%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420742
2#3B073B
3#330633
4#2C052C
5#250425
6#1D031D
7#160216
8#0F020F
9#070107
Tints
Lighter variations
1#700C70
2#971197
3#BD15BD
4#E419E4
5#EA3EEA
6#EE65EE
7#F28BF2
8#F6B2F6
9#FBD8FB
Tones
Muted variations
1#460B46
2#430F43
3#401240
4#3C153C
5#391839
6#361C36
7#331F33
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 | F8C3 #F8C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395F3 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EED | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A112A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490849 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF1FD;
--indigo-100: #FBDFFB;
--indigo-200: #F8C3F8;
--indigo-300: #F395F3;
--indigo-400: #ED5EED;
--indigo-500: #E830E8;
--indigo-600: #CA16CA;
--indigo-700: #A112A1;
--indigo-800: #730D73;
--indigo-900: #490849;
--indigo-950: #2E052E;
}