Indigo
#550080
PurpleColor Codes
All color formats for development
HEX
#550080RGB
rgb(85, 0, 128)HSL
hsl(280, 100%, 25%)OKLCH
oklch(0.351 0.18 308.1)CMYK
cmyk(34%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D0073
2#440066
3#3C0059
4#33004D
5#2B0040
6#220033
7#1A0026
8#11001A
9#09000D
Tints
Lighter variations
1#6F00A6
2#8800CC
3#A200F2
4#B31AFF
5#BF40FF
6#CC66FF
7#D98CFF
8#E6B3FF
9#F2D9FF
Tones
Muted variations
1#530679
2#510D73
3#4F136C
4#4D1966
5#4A2060
6#482659
7#462D53
8#44334D
9#423946
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DB #F3DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9BD #E9BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | D88A #D88AFF | BordersInactive statesPlaceholder text |
| 400 | C44D #C44DFF | Disabled statesSecondary iconsMuted text |
| 500 | B31A #B31AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9600 #9600E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7700 #7700B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5500 #550080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3600 #360052 | Primary textHigh emphasis contentDark headings |
| 950 | 2200 #220033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FF;
--indigo-100: #F3DBFF;
--indigo-200: #E9BDFF;
--indigo-300: #D88AFF;
--indigo-400: #C44DFF;
--indigo-500: #B31AFF;
--indigo-600: #9600E0;
--indigo-700: #7700B3;
--indigo-800: #550080;
--indigo-900: #360052;
--indigo-950: #220033;
}