Indigo
#4F034F
PinkColor Codes
All color formats for development
HEX
#4F034FRGB
rgb(79, 3, 79)HSL
hsl(300, 93%, 16%)OKLCH
oklch(0.302 0.135 328.3)CMYK
cmyk(0%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#470347
2#3F023F
3#370237
4#2F022F
5#270127
6#1F011F
7#180118
8#100110
9#080008
Tints
Lighter variations
1#780478
2#A106A1
3#CB07CB
4#F409F4
5#F830F8
6#F95AF9
7#FB83FB
8#FCACFC
9#FED6FE
Tones
Muted variations
1#4B074B
2#470A47
3#430E43
4#401240
5#3C163C
6#381A38
7#341D34
8#302130
9#2D252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EFB | BordersInactive statesPlaceholder text |
| 400 | F953 #F953F9 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F034F | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF0FE;
--indigo-100: #FEDDFE;
--indigo-200: #FDBFFD;
--indigo-300: #FB8EFB;
--indigo-400: #F953F9;
--indigo-500: #F722F7;
--indigo-600: #D908D9;
--indigo-700: #AC06AC;
--indigo-800: #7B047B;
--indigo-900: #4F034F;
--indigo-950: #310231;
}