Indigo
#2A159D
BlueColor Codes
All color formats for development
HEX
#2A159DRGB
rgb(42, 21, 157)HSL
hsl(249, 76%, 35%)OKLCH
oklch(0.348 0.198 275.8)CMYK
cmyk(73%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26138D
2#21117E
3#1D0F6E
4#190D5E
5#150B4F
6#11093F
7#0D062F
8#08041F
9#040210
Tints
Lighter variations
1#3219BA
2#391DD7
3#4D33E3
4#6750E7
5#806DEB
6#998AEF
7#B3A7F3
8#CCC5F7
9#E6E2FB
Tones
Muted variations
1#2F1C96
2#332390
3#382A89
4#3D3182
5#42377B
6#463E74
7#4B456E
8#504C67
9#555260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E0 #E4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC5 #CCC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A598 #A598F1 | BordersInactive statesPlaceholder text |
| 400 | 7662 #7662EA | Disabled statesSecondary iconsMuted text |
| 500 | 4F35 #4F35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 351B #351BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A15 #2A159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E0F #1E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 130A #130A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0C06 #0C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F3F2FD;
--indigo-100: #E4E0FB;
--indigo-200: #CCC5F7;
--indigo-300: #A598F1;
--indigo-400: #7662EA;
--indigo-500: #4F35E3;
--indigo-600: #351BC5;
--indigo-700: #2A159D;
--indigo-800: #1E0F70;
--indigo-900: #130A48;
--indigo-950: #0C062D;
}