Indigo
#480052
PinkColor Codes
All color formats for development
HEX
#480052RGB
rgb(72, 0, 82)HSL
hsl(293, 100%, 16%)OKLCH
oklch(0.29 0.137 322.1)CMYK
cmyk(12%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410049
2#3A0041
3#320039
4#2B0031
5#240029
6#1D0021
7#160018
8#0E0010
9#070008
Tints
Lighter variations
1#6E007C
2#9400A7
3#BA00D2
4#DF00FD
5#E629FF
6#EB54FF
7#F07EFF
8#F5A9FF
9#FAD4FF
Tones
Muted variations
1#45044E
2#420849
3#3F0C45
4#3C1041
5#38143D
6#351839
7#321D35
8#2F2131
9#2C252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDB #FBDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7BD #F7BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | F18A #F18AFF | BordersInactive statesPlaceholder text |
| 400 | EA4D #EA4DFF | Disabled statesSecondary iconsMuted text |
| 500 | E41A #E41AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | C600 #C600E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E00 #9E00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7100 #710080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4800 #480052 | Primary textHigh emphasis contentDark headings |
| 950 | 2D00 #2D0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF0FF;
--indigo-100: #FBDBFF;
--indigo-200: #F7BDFF;
--indigo-300: #F18AFF;
--indigo-400: #EA4DFF;
--indigo-500: #E41AFF;
--indigo-600: #C600E0;
--indigo-700: #9E00B3;
--indigo-800: #710080;
--indigo-900: #480052;
--indigo-950: #2D0033;
}