Indigo
#4B0744
PinkColor Codes
All color formats for development
HEX
#4B0744RGB
rgb(75, 7, 68)HSL
hsl(306, 83%, 16%)OKLCH
oklch(0.29 0.12 333.1)CMYK
cmyk(0%, 91%, 9%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43063D
2#3C0636
3#340530
4#2D0429
5#250322
6#1E031B
7#160214
8#0F010E
9#070107
Tints
Lighter variations
1#720B68
2#990E8B
3#C012AF
4#E716D2
5#ED3BDB
6#F062E2
7#F489E9
8#F8B1F1
9#FBD8F8
Tones
Muted variations
1#470A41
2#440E3E
3#41113C
4#3D1439
5#3A1836
6#361B34
7#331F31
8#30222E
9#2C252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594EB | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CE1 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD13BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0744 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF1FC;
--indigo-100: #FCDEF9;
--indigo-200: #F9C2F4;
--indigo-300: #F594EB;
--indigo-400: #F05CE1;
--indigo-500: #EB2DD8;
--indigo-600: #CD13BB;
--indigo-700: #A30F95;
--indigo-800: #750B6A;
--indigo-900: #4B0744;
--indigo-950: #2F042A;
}