Indigo
#2E159D
BlueColor Codes
All color formats for development
HEX
#2E159DRGB
rgb(46, 21, 157)HSL
hsl(251, 76%, 35%)OKLCH
oklch(0.351 0.197 277.5)CMYK
cmyk(71%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A138D
2#25117E
3#200F6E
4#1C0D5E
5#170B4F
6#13093F
7#0E062F
8#09041F
9#050210
Tints
Lighter variations
1#3719BA
2#3F1DD7
3#5333E3
4#6C50E7
5#846DEB
6#9D8AEF
7#B5A7F3
8#CEC5F7
9#E6E2FB
Tones
Muted variations
1#331C96
2#372390
3#3B2A89
4#3F3182
5#44377B
6#483E74
7#4C456E
8#514C67
9#555260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E0 #E5E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC5 #CEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A898 #A898F1 | BordersInactive statesPlaceholder text |
| 400 | 7B62 #7B62EA | Disabled statesSecondary iconsMuted text |
| 500 | 5535 #5535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A1B #3A1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E15 #2E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 210F #210F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 150A #150A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0D06 #0D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F2FD;
--indigo-100: #E5E0FB;
--indigo-200: #CEC5F7;
--indigo-300: #A898F1;
--indigo-400: #7B62EA;
--indigo-500: #5535E3;
--indigo-600: #3A1BC5;
--indigo-700: #2E159D;
--indigo-800: #210F70;
--indigo-900: #150A48;
--indigo-950: #0D062D;
}