Indigo
#4E0349
PinkColor Codes
All color formats for development
HEX
#4E0349RGB
rgb(78, 3, 73)HSL
hsl(304, 93%, 16%)OKLCH
oklch(0.296 0.13 331.6)CMYK
cmyk(0%, 96%, 6%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#470342
2#3F023B
3#370234
4#2F022C
5#270125
6#1F011D
7#180116
8#10010F
9#080007
Tints
Lighter variations
1#780470
2#A10697
3#CB07BE
4#F409E4
5#F830EA
6#F95AEE
7#FB83F3
8#FCACF7
9#FED6FB
Tones
Muted variations
1#4B0746
2#470A43
3#430E40
4#40123D
5#3C1639
6#381A36
7#341D33
8#30212F
9#2D252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EF4 | BordersInactive statesPlaceholder text |
| 400 | F953 #F953EE | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D908CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC06A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F034A | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF0FE;
--indigo-100: #FEDDFC;
--indigo-200: #FDBFF9;
--indigo-300: #FB8EF4;
--indigo-400: #F953EE;
--indigo-500: #F722E9;
--indigo-600: #D908CB;
--indigo-700: #AC06A1;
--indigo-800: #7B0473;
--indigo-900: #4F034A;
--indigo-950: #31022E;
}