Indigo
#28159D
BlueColor Codes
All color formats for development
HEX
#28159DRGB
rgb(40, 21, 157)HSL
hsl(248, 76%, 35%)OKLCH
oklch(0.347 0.198 274.9)CMYK
cmyk(75%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24138D
2#20117E
3#1C0F6E
4#180D5E
5#140B4F
6#10093F
7#0C062F
8#08041F
9#040210
Tints
Lighter variations
1#2F19BA
2#361DD7
3#4A33E3
4#6450E7
5#7E6DEB
6#988AEF
7#B2A7F3
8#CBC5F7
9#E5E2FB
Tones
Muted variations
1#2C1C96
2#312390
3#362A89
4#3B3182
5#40377B
6#453E74
7#4A456E
8#4F4C67
9#545260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E0 #E3E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC5 #CBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A498 #A498F1 | BordersInactive statesPlaceholder text |
| 400 | 7462 #7462EA | Disabled statesSecondary iconsMuted text |
| 500 | 4C35 #4C35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 321B #321BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2815 #28159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0F #1C0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 120A #120A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0B06 #0B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F3F2FD;
--indigo-100: #E3E0FB;
--indigo-200: #CBC5F7;
--indigo-300: #A498F1;
--indigo-400: #7462EA;
--indigo-500: #4C35E3;
--indigo-600: #321BC5;
--indigo-700: #28159D;
--indigo-800: #1C0F70;
--indigo-900: #120A48;
--indigo-950: #0B062D;
}