Indigo
#4B0741
PinkColor Codes
All color formats for development
HEX
#4B0741RGB
rgb(75, 7, 65)HSL
hsl(309, 83%, 16%)OKLCH
oklch(0.289 0.118 335.4)CMYK
cmyk(0%, 91%, 13%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43063A
2#3C0634
3#34052D
4#2D0427
5#250320
6#1E031A
7#160213
8#0F010D
9#070106
Tints
Lighter variations
1#720B62
2#990E84
3#C012A6
4#E716C8
5#ED3BD2
6#F062DB
7#F489E4
8#F8B1ED
9#FBD8F6
Tones
Muted variations
1#470A3E
2#440E3C
3#411139
4#3D1437
5#3A1835
6#361B32
7#331F30
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 #FCDEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594E6 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CDA | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DCF | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD13B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0741 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF1FC;
--indigo-100: #FCDEF8;
--indigo-200: #F9C2F1;
--indigo-300: #F594E6;
--indigo-400: #F05CDA;
--indigo-500: #EB2DCF;
--indigo-600: #CD13B1;
--indigo-700: #A30F8D;
--indigo-800: #750B65;
--indigo-900: #4B0741;
--indigo-950: #2F0428;
}