Indigo
#3D0052
PinkColor Codes
All color formats for development
HEX
#3D0052RGB
rgb(61, 0, 82)HSL
hsl(285, 100%, 16%)OKLCH
oklch(0.27 0.134 314.3)CMYK
cmyk(26%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#370049
2#310041
3#2B0039
4#250031
5#1F0029
6#180021
7#120018
8#0C0010
9#060008
Tints
Lighter variations
1#5D007C
2#7D00A7
3#9E00D2
4#BE00FD
5#C929FF
6#D454FF
7#DF7EFF
8#EAA9FF
9#F4D4FF
Tones
Muted variations
1#3B044E
2#390849
3#370C45
4#351041
5#33143D
6#311839
7#2F1D35
8#2D2131
9#2B252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DB #F6DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBD #EEBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E28A #E28AFF | BordersInactive statesPlaceholder text |
| 400 | D24D #D24DFF | Disabled statesSecondary iconsMuted text |
| 500 | C61A #C61AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | A800 #A800E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8600 #8600B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6000 #600080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D00 #3D0052 | Primary textHigh emphasis contentDark headings |
| 950 | 2600 #260033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FF;
--indigo-100: #F6DBFF;
--indigo-200: #EEBDFF;
--indigo-300: #E28AFF;
--indigo-400: #D24DFF;
--indigo-500: #C61AFF;
--indigo-600: #A800E0;
--indigo-700: #8600B3;
--indigo-800: #600080;
--indigo-900: #3D0052;
--indigo-950: #260033;
}