Indigo
#36054D
PurpleColor Codes
All color formats for development
HEX
#36054DRGB
rgb(54, 5, 77)HSL
hsl(281, 88%, 16%)OKLCH
oklch(0.259 0.121 311.1)CMYK
cmyk(30%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#310445
2#2B043D
3#260336
4#20032E
5#1B0226
6#16021F
7#100117
8#0B010F
9#050008
Tints
Lighter variations
1#520775
2#6F0A9D
3#8B0DC6
4#A70FEE
5#B636F2
6#C55EF5
7#D386F7
8#E2AEFA
9#F0D7FC
Tones
Muted variations
1#350849
2#330C46
3#321042
4#31133E
5#2F173B
6#2E1A37
7#2D1E34
8#2B2230
9#2A252C
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 | E9C1 #E9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D791 #D791F8 | BordersInactive statesPlaceholder text |
| 400 | C357 #C357F4 | Disabled statesSecondary iconsMuted text |
| 500 | B127 #B127F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 940D #940DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 760B #760BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5408 #540878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3605 #36054D | 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: #E9C1FB;
--indigo-300: #D791F8;
--indigo-400: #C357F4;
--indigo-500: #B127F1;
--indigo-600: #940DD3;
--indigo-700: #760BA8;
--indigo-800: #540878;
--indigo-900: #36054D;
--indigo-950: #220330;
}