Indigo
#430052
PinkColor Codes
All color formats for development
HEX
#430052RGB
rgb(67, 0, 82)HSL
hsl(289, 100%, 16%)OKLCH
oklch(0.281 0.136 318.7)CMYK
cmyk(18%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C0049
2#350041
3#2F0039
4#280031
5#210029
6#1B0021
7#140018
8#0D0010
9#070008
Tints
Lighter variations
1#66007C
2#8900A7
3#AC00D2
4#CF00FD
5#D829FF
6#E054FF
7#E77EFF
8#EFA9FF
9#F7D4FF
Tones
Muted variations
1#40044E
2#3D0849
3#3B0C45
4#381041
5#36143D
6#331839
7#311D35
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 | F3BD #F3BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E98A #E98AFF | BordersInactive statesPlaceholder text |
| 400 | DE4D #DE4DFF | Disabled statesSecondary iconsMuted text |
| 500 | D51A #D51AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | B700 #B700E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9200 #9200B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6800 #680080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4300 #430052 | Primary textHigh emphasis contentDark headings |
| 950 | 2A00 #2A0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF0FF;
--indigo-100: #F8DBFF;
--indigo-200: #F3BDFF;
--indigo-300: #E98AFF;
--indigo-400: #DE4DFF;
--indigo-500: #D51AFF;
--indigo-600: #B700E0;
--indigo-700: #9200B3;
--indigo-800: #680080;
--indigo-900: #430052;
--indigo-950: #2A0033;
}