Indigo
#320BA8
PurpleColor Codes
All color formats for development
HEX
#320BA8RGB
rgb(50, 11, 168)HSL
hsl(255, 88%, 35%)OKLCH
oklch(0.361 0.213 278.2)CMYK
cmyk(70%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0A97
2#280986
3#230775
4#1E0665
5#190554
6#140443
7#0F0332
8#0A0222
9#050111
Tints
Lighter variations
1#3B0DC7
2#450FE6
3#5825F1
4#7044F3
5#8863F5
6#A082F7
7#B7A2F9
8#CFC1FB
9#E7E0FD
Tones
Muted variations
1#3613A0
2#3A1A98
3#3E2290
4#422A88
5#463281
6#4A3A79
7#4D4271
8#514A69
9#555161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC1 #CFC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AB91 #AB91F8 | BordersInactive statesPlaceholder text |
| 400 | 7E57 #7E57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5A27 #5A27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F0D #3F0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 320B #320BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2408 #240878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1705 #17054D | Primary textHigh emphasis contentDark headings |
| 950 | 0E03 #0E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FE;
--indigo-100: #E5DDFD;
--indigo-200: #CFC1FB;
--indigo-300: #AB91F8;
--indigo-400: #7E57F4;
--indigo-500: #5A27F1;
--indigo-600: #3F0DD3;
--indigo-700: #320BA8;
--indigo-800: #240878;
--indigo-900: #17054D;
--indigo-950: #0E0330;
}