Indigo
#4F0347
PinkColor Codes
All color formats for development
HEX
#4F0347RGB
rgb(79, 3, 71)HSL
hsl(306, 93%, 16%)OKLCH
oklch(0.297 0.129 333.5)CMYK
cmyk(0%, 96%, 10%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#470340
2#3F0239
3#370232
4#2F022B
5#270124
6#1F011C
7#180115
8#10010E
9#080007
Tints
Lighter variations
1#78046D
2#A10692
3#CB07B7
4#F409DD
5#F830E4
6#F95AE9
7#FB83EF
8#FCACF4
9#FED6FA
Tones
Muted variations
1#4B0744
2#470A41
3#430E3E
4#40123B
5#3C1638
6#381A35
7#341D32
8#30212F
9#2D252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EF0 | BordersInactive statesPlaceholder text |
| 400 | F953 #F953E8 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D908C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC069C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B046F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0347 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF0FD;
--indigo-100: #FEDDFA;
--indigo-200: #FDBFF7;
--indigo-300: #FB8EF0;
--indigo-400: #F953E8;
--indigo-500: #F722E2;
--indigo-600: #D908C4;
--indigo-700: #AC069C;
--indigo-800: #7B046F;
--indigo-900: #4F0347;
--indigo-950: #31022C;
}