Indigo
#4A064B
PinkColor Codes
All color formats for development
HEX
#4A064BRGB
rgb(74, 6, 75)HSL
hsl(299, 85%, 16%)OKLCH
oklch(0.293 0.126 327.5)CMYK
cmyk(1%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#430644
2#3B053C
3#340435
4#2D042D
5#250326
6#1E021E
7#160217
8#0F010F
9#070108
Tints
Lighter variations
1#710973
2#980D9B
3#BF10C2
4#E613EA
5#EC39EF
6#F060F2
7#F488F5
8#F7B0F9
9#FBD7FC
Tones
Muted variations
1#470A48
2#440D45
3#401141
4#3D143E
5#3A173A
6#361B37
7#331E33
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 #F9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | F592 #F592F6 | BordersInactive statesPlaceholder text |
| 400 | EF5A #EF5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | EB2B #EB2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | CC11 #CC11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30D #A30DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740A #740A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A06 #4A064B | 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: #FEF1FE;
--indigo-100: #FCDEFC;
--indigo-200: #F9C2FA;
--indigo-300: #F592F6;
--indigo-400: #EF5AF2;
--indigo-500: #EB2BEE;
--indigo-600: #CC11D0;
--indigo-700: #A30DA5;
--indigo-800: #740A76;
--indigo-900: #4A064B;
--indigo-950: #2E042F;
}