Indigo
#600080
PinkColor Codes
All color formats for development
HEX
#600080RGB
rgb(96, 0, 128)HSL
hsl(285, 100%, 25%)OKLCH
oklch(0.368 0.183 313.9)CMYK
cmyk(25%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#560073
2#4D0066
3#430059
4#39004D
5#300040
6#260033
7#1D0026
8#13001A
9#0A000D
Tints
Lighter variations
1#7C00A6
2#9900CC
3#B600F2
4#C61AFF
5#CF40FF
6#D966FF
7#E28CFF
8#ECB3FF
9#F5D9FF
Tones
Muted variations
1#5C0679
2#590D73
3#56136C
4#531966
5#502060
6#4D2659
7#492D53
8#46334D
9#433946
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;
}