Indigo
#4B073F
PinkColor Codes
All color formats for development
HEX
#4B073FRGB
rgb(75, 7, 63)HSL
hsl(311, 83%, 16%)OKLCH
oklch(0.287 0.116 336.9)CMYK
cmyk(0%, 91%, 16%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#430638
2#3C0632
3#34052C
4#2D0425
5#25031F
6#1E0319
7#160213
8#0F010C
9#070106
Tints
Lighter variations
1#720B5F
2#990E80
3#C012A0
4#E716C1
5#ED3BCC
6#F062D6
7#F489E1
8#F8B1EB
9#FBD8F5
Tones
Muted variations
1#470A3C
2#440E3A
3#411138
4#3D1436
5#3A1834
6#361B31
7#331F2F
8#30222D
9#2C252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594E3 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CD5 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD13AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B073E | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF1FB;
--indigo-100: #FCDEF7;
--indigo-200: #F9C2EF;
--indigo-300: #F594E3;
--indigo-400: #F05CD5;
--indigo-500: #EB2DC9;
--indigo-600: #CD13AB;
--indigo-700: #A30F88;
--indigo-800: #750B61;
--indigo-900: #4B073E;
--indigo-950: #2F0427;
}