Indigo
#4E0341
PinkColor Codes
All color formats for development
HEX
#4E0341RGB
rgb(78, 3, 65)HSL
hsl(310, 93%, 16%)OKLCH
oklch(0.291 0.124 337.2)CMYK
cmyk(0%, 96%, 17%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#47033B
2#3F0235
3#37022E
4#2F0228
5#270121
6#1F011A
7#180114
8#10010D
9#080007
Tints
Lighter variations
1#780465
2#A10687
3#CB07AA
4#F409CD
5#F830D6
6#F95ADE
7#FB83E7
8#FCACEF
9#FED6F7
Tones
Muted variations
1#4B0740
2#470A3D
3#430E3B
4#401238
5#3C1635
6#381A33
7#341D30
8#30212E
9#2D252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EE9 | BordersInactive statesPlaceholder text |
| 400 | F953 #F953DD | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D908B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0691 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0467 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0342 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF0FC;
--indigo-100: #FEDDF8;
--indigo-200: #FDBFF2;
--indigo-300: #FB8EE9;
--indigo-400: #F953DD;
--indigo-500: #F722D3;
--indigo-600: #D908B6;
--indigo-700: #AC0691;
--indigo-800: #7B0467;
--indigo-900: #4F0342;
--indigo-950: #310229;
}