Indigo
#490844
PinkColor Codes
All color formats for development
HEX
#490844RGB
rgb(73, 8, 68)HSL
hsl(305, 80%, 16%)OKLCH
oklch(0.288 0.118 331.7)CMYK
cmyk(0%, 89%, 7%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42073D
2#3B0736
3#330630
4#2C0529
5#250422
6#1D031B
7#160214
8#0F020E
9#070107
Tints
Lighter variations
1#700C68
2#97118B
3#BD15AF
4#E419D3
5#EA3EDB
6#EE65E2
7#F28BEA
8#F6B2F1
9#FBD8F8
Tones
Muted variations
1#460B41
2#430F3F
3#40123C
4#3C1539
5#391836
6#361C34
7#331F31
8#2F222E
9#2C262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395EB | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EE1 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11295 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490844 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF1FC;
--indigo-100: #FBDFF9;
--indigo-200: #F8C3F4;
--indigo-300: #F395EB;
--indigo-400: #ED5EE1;
--indigo-500: #E830D9;
--indigo-600: #CA16BB;
--indigo-700: #A11295;
--indigo-800: #730D6A;
--indigo-900: #490844;
--indigo-950: #2E052B;
}