Indigo
#4E0348
PinkColor Codes
All color formats for development
HEX
#4E0348RGB
rgb(78, 3, 72)HSL
hsl(305, 93%, 16%)OKLCH
oklch(0.296 0.129 332.2)CMYK
cmyk(0%, 96%, 8%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#470341
2#3F023A
3#370233
4#2F022B
5#270124
6#1F011D
7#180116
8#10010E
9#080007
Tints
Lighter variations
1#78046E
2#A10694
3#CB07BA
4#F409E1
5#F830E7
6#F95AEC
7#FB83F1
8#FCACF5
9#FED6FA
Tones
Muted variations
1#4B0745
2#470A42
3#430E3F
4#40123C
5#3C1639
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 #FEDDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EF2 | BordersInactive statesPlaceholder text |
| 400 | F953 #F953EB | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D908C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC069E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0348 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF0FD;
--indigo-100: #FEDDFB;
--indigo-200: #FDBFF8;
--indigo-300: #FB8EF2;
--indigo-400: #F953EB;
--indigo-500: #F722E5;
--indigo-600: #D908C7;
--indigo-700: #AC069E;
--indigo-800: #7B0471;
--indigo-900: #4F0348;
--indigo-950: #31022D;
}