Indigo
#320FA3
BlueColor Codes
All color formats for development
HEX
#320FA3RGB
rgb(50, 15, 163)HSL
hsl(254, 83%, 35%)OKLCH
oklch(0.357 0.206 278.8)CMYK
cmyk(69%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0E93
2#280C83
3#230B72
4#1E0962
5#190852
6#140641
7#0F0531
8#0A0321
9#050210
Tints
Lighter variations
1#3B12C2
2#4415E0
3#582BEB
4#7049EE
5#8767F1
6#9F86F4
7#B7A4F7
8#CFC2F9
9#E7E1FC
Tones
Muted variations
1#36179C
2#3A1E95
3#3E258D
4#422D86
5#45347E
6#493C77
7#4D436F
8#514A68
9#555261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DE #E5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC2 #CFC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AA94 #AA94F5 | BordersInactive statesPlaceholder text |
| 400 | 7E5C #7E5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 592D #592DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F13 #3F13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 320F #320FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 240B #240B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1707 #17074B | Primary textHigh emphasis contentDark headings |
| 950 | 0E04 #0E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FE;
--indigo-100: #E5DEFC;
--indigo-200: #CFC2F9;
--indigo-300: #AA94F5;
--indigo-400: #7E5CF0;
--indigo-500: #592DEB;
--indigo-600: #3F13CD;
--indigo-700: #320FA3;
--indigo-800: #240B75;
--indigo-900: #17074B;
--indigo-950: #0E042F;
}