Indigo
#371BC5
BlueColor Codes
All color formats for development
HEX
#371BC5RGB
rgb(55, 27, 197)HSL
hsl(250, 76%, 44%)OKLCH
oklch(0.41 0.235 275.8)CMYK
cmyk(72%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3218B2
2#2C169E
3#27138A
4#211076
5#1C0D63
6#160B4F
7#11083B
8#0B0527
9#060314
Tints
Lighter variations
1#3E1EDF
2#5336E4
3#684FE7
4#7E68EA
5#9381EE
6#A99AF1
7#BEB4F5
8#D4CDF8
9#E9E6FC
Tones
Muted variations
1#3D23BD
2#432CB4
3#4835AC
4#4E3DA3
5#54469B
6#594E92
7#5F578A
8#655F81
9#6B6879
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 | CDC5 #CDC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A798 #A798F1 | BordersInactive statesPlaceholder text |
| 400 | 7962 #7962EA | Disabled statesSecondary iconsMuted text |
| 500 | 5235 #5235E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 371B #371BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C15 #2C159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F0F #1F0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 140A #140A48 | 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: #F3F2FD;
--indigo-100: #E4E0FB;
--indigo-200: #CDC5F7;
--indigo-300: #A798F1;
--indigo-400: #7962EA;
--indigo-500: #5235E3;
--indigo-600: #371BC5;
--indigo-700: #2C159D;
--indigo-800: #1F0F70;
--indigo-900: #140A48;
--indigo-950: #0D062D;
}