Indigo
#550778
PurpleColor Codes
All color formats for development
HEX
#550778RGB
rgb(85, 7, 120)HSL
hsl(281, 89%, 25%)OKLCH
oklch(0.348 0.168 310.8)CMYK
cmyk(29%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C066C
2#440660
3#3B0554
4#330448
5#2A043C
6#220330
7#190224
8#110118
9#08010C
Tints
Lighter variations
1#6E099D
2#870BC1
3#A10DE5
4#B226F2
5#BF4AF4
6#CB6EF7
7#D893F9
8#E5B7FB
9#F2DBFD
Tones
Muted variations
1#520D73
2#50126D
3#4E1867
4#4C1E62
5#4A235C
6#482956
7#462F51
8#44344B
9#423A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C0 #E9C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D790 #D790F9 | BordersInactive statesPlaceholder text |
| 400 | C356 #C356F5 | Disabled statesSecondary iconsMuted text |
| 500 | B226 #B226F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 950C #950CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 760A #760AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5507 #550778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3604 #36044D | Primary textHigh emphasis contentDark headings |
| 950 | 2203 #220330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FE;
--indigo-100: #F3DDFD;
--indigo-200: #E9C0FB;
--indigo-300: #D790F9;
--indigo-400: #C356F5;
--indigo-500: #B226F2;
--indigo-600: #950CD4;
--indigo-700: #760AA9;
--indigo-800: #550778;
--indigo-900: #36044D;
--indigo-950: #220330;
}