Indigo
#49074A
PinkColor Codes
All color formats for development
HEX
#49074ARGB
rgb(73, 7, 74)HSL
hsl(299, 83%, 16%)OKLCH
oklch(0.291 0.124 327.5)CMYK
cmyk(1%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420643
2#3B063C
3#330534
4#2C042D
5#250325
6#1D031E
7#160216
8#0F010F
9#070107
Tints
Lighter variations
1#700B72
2#970E99
3#BD12C0
4#E416E7
5#EA3BED
6#EE62F0
7#F289F4
8#F7B1F8
9#FBD8FB
Tones
Muted variations
1#460A47
2#430E44
3#401141
4#3C143D
5#39183A
6#361B36
7#331F33
8#2F2230
9#2C252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDE #FBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C2 #F8C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F394 #F394F5 | BordersInactive statesPlaceholder text |
| 400 | ED5C #ED5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | E82D #E82DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | CA13 #CA13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | A10F #A10FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730B #730B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A074B | Primary textHigh emphasis contentDark headings |
| 950 | 2E04 #2E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF1FE;
--indigo-100: #FBDEFC;
--indigo-200: #F8C2F9;
--indigo-300: #F394F5;
--indigo-400: #ED5CF0;
--indigo-500: #E82DEB;
--indigo-600: #CA13CD;
--indigo-700: #A10FA3;
--indigo-800: #730B75;
--indigo-900: #4A074B;
--indigo-950: #2E042F;
}