Indigo
#4B0745
PinkColor Codes
All color formats for development
HEX
#4B0745RGB
rgb(75, 7, 69)HSL
hsl(305, 83%, 16%)OKLCH
oklch(0.291 0.121 332.4)CMYK
cmyk(0%, 91%, 8%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43063E
2#3C0637
3#340530
4#2D0429
5#250323
6#1E031C
7#160215
8#0F010E
9#070107
Tints
Lighter variations
1#720B69
2#990E8D
3#C012B2
4#E716D6
5#ED3BDE
6#F062E5
7#F489EB
8#F8B1F2
9#FBD8F8
Tones
Muted variations
1#470A42
2#440E3F
3#41113D
4#3D143A
5#3A1837
6#361B34
7#331F31
8#30222E
9#2C252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594ED | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CE3 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DDC | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD13BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0745 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF1FD;
--indigo-100: #FCDEF9;
--indigo-200: #F9C2F5;
--indigo-300: #F594ED;
--indigo-400: #F05CE3;
--indigo-500: #EB2DDC;
--indigo-600: #CD13BE;
--indigo-700: #A30F97;
--indigo-800: #750B6C;
--indigo-900: #4B0745;
--indigo-950: #2F042B;
}