Indigo
#4A074A
PinkColor Codes
All color formats for development
HEX
#4A074ARGB
rgb(74, 7, 74)HSL
hsl(300, 83%, 16%)OKLCH
oklch(0.293 0.124 328.2)CMYK
cmyk(0%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#430643
2#3C063C
3#340534
4#2D042D
5#250325
6#1E031E
7#160216
8#0F010F
9#070107
Tints
Lighter variations
1#720B72
2#990E99
3#C012C0
4#E716E7
5#ED3BED
6#F062F0
7#F489F4
8#F8B1F8
9#FBD8FB
Tones
Muted variations
1#470A47
2#440E44
3#411141
4#3D143D
5#3A183A
6#361B36
7#331F33
8#302230
9#2C252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594F5 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CF0 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B074B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF1FE;
--indigo-100: #FCDEFC;
--indigo-200: #F9C2F9;
--indigo-300: #F594F5;
--indigo-400: #F05CF0;
--indigo-500: #EB2DEB;
--indigo-600: #CD13CD;
--indigo-700: #A30FA3;
--indigo-800: #750B75;
--indigo-900: #4B074B;
--indigo-950: #2F042F;
}