Indigo
#410052
PinkColor Codes
All color formats for development
HEX
#410052RGB
rgb(65, 0, 82)HSL
hsl(288, 100%, 16%)OKLCH
oklch(0.277 0.135 317.2)CMYK
cmyk(21%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B0049
2#340041
3#2E0039
4#270031
5#210029
6#1A0021
7#140018
8#0D0010
9#070008
Tints
Lighter variations
1#64007C
2#8600A7
3#A800D2
4#CA00FD
5#D429FF
6#DD54FF
7#E57EFF
8#EEA9FF
9#F6D4FF
Tones
Muted variations
1#3F044E
2#3C0849
3#3A0C45
4#371041
5#35143D
6#331839
7#301D35
8#2E2131
9#2B252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DB #F8DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2BD #F2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E88A #E88AFF | BordersInactive statesPlaceholder text |
| 400 | DB4D #DB4DFF | Disabled statesSecondary iconsMuted text |
| 500 | D11A #D11AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | B400 #B400E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F00 #8F00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6600 #660080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4100 #410052 | Primary textHigh emphasis contentDark headings |
| 950 | 2900 #290033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF0FF;
--indigo-100: #F8DBFF;
--indigo-200: #F2BDFF;
--indigo-300: #E88AFF;
--indigo-400: #DB4DFF;
--indigo-500: #D11AFF;
--indigo-600: #B400E0;
--indigo-700: #8F00B3;
--indigo-800: #660080;
--indigo-900: #410052;
--indigo-950: #290033;
}