Indigo
#4A0748
PinkColor Codes
All color formats for development
HEX
#4A0748RGB
rgb(74, 7, 72)HSL
hsl(302, 83%, 16%)OKLCH
oklch(0.291 0.123 329.6)CMYK
cmyk(0%, 91%, 3%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#430641
2#3C063A
3#340533
4#2D042B
5#250324
6#1E031D
7#160216
8#0F010E
9#070107
Tints
Lighter variations
1#720B6E
2#990E94
3#C012BA
4#E716E0
5#ED3BE7
6#F062EC
7#F489F1
8#F8B1F5
9#FBD8FA
Tones
Muted variations
1#470A45
2#440E42
3#41113F
4#3D143C
5#3A1839
6#361B35
7#331F32
8#30222F
9#2C252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594F2 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CEB | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD13C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0748 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF1FD;
--indigo-100: #FCDEFB;
--indigo-200: #F9C2F8;
--indigo-300: #F594F2;
--indigo-400: #F05CEB;
--indigo-500: #EB2DE5;
--indigo-600: #CD13C7;
--indigo-700: #A30F9E;
--indigo-800: #750B71;
--indigo-900: #4B0748;
--indigo-950: #2F042D;
}