Indigo
#4B0743
PinkColor Codes
All color formats for development
HEX
#4B0743RGB
rgb(75, 7, 67)HSL
hsl(307, 83%, 16%)OKLCH
oklch(0.29 0.119 333.8)CMYK
cmyk(0%, 91%, 11%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43063C
2#3C0635
3#34052F
4#2D0428
5#250321
6#1E031B
7#160214
8#0F010D
9#070107
Tints
Lighter variations
1#720B66
2#990E89
3#C012AC
4#E716CF
5#ED3BD8
6#F062E0
7#F489E8
8#F8B1EF
9#FBD8F7
Tones
Muted variations
1#470A40
2#440E3E
3#41113B
4#3D1438
5#3A1836
6#361B33
7#331F31
8#30222E
9#2C252B
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 #F9C2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594EA | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CDF | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD13B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0743 | 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: #F9C2F3;
--indigo-300: #F594EA;
--indigo-400: #F05CDF;
--indigo-500: #EB2DD5;
--indigo-600: #CD13B8;
--indigo-700: #A30F92;
--indigo-800: #750B68;
--indigo-900: #4B0743;
--indigo-950: #2F042A;
}