Indigo
#550B74
PurpleColor Codes
All color formats for development
HEX
#550B74RGB
rgb(85, 11, 116)HSL
hsl(282, 83%, 25%)OKLCH
oklch(0.347 0.162 312.3)CMYK
cmyk(27%, 91%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C0A69
2#44095D
3#3B0852
4#330746
5#2A053A
6#22042F
7#190323
8#110217
9#08010C
Tints
Lighter variations
1#6E0E98
2#8811BB
3#A115DE
4#B22DEB
5#BF50EF
6#CC73F2
7#D996F5
8#E5B9F8
9#F2DCFC
Tones
Muted variations
1#53106F
2#51156A
3#4F1B65
4#4C205F
5#4A255A
6#482B55
7#463050
8#44354A
9#423A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DE #F3DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C2 #E9C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D894 #D894F5 | BordersInactive statesPlaceholder text |
| 400 | C35C #C35CF0 | Disabled statesSecondary iconsMuted text |
| 500 | B22D #B22DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 9513 #9513CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 770F #770FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 550B #550B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3607 #36074B | Primary textHigh emphasis contentDark headings |
| 950 | 2204 #22042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FE;
--indigo-100: #F3DEFC;
--indigo-200: #E9C2F9;
--indigo-300: #D894F5;
--indigo-400: #C35CF0;
--indigo-500: #B22DEB;
--indigo-600: #9513CD;
--indigo-700: #770FA3;
--indigo-800: #550B75;
--indigo-900: #36074B;
--indigo-950: #22042F;
}