Indigo
#381CC4
BlueColor Codes
All color formats for development
HEX
#381CC4RGB
rgb(56, 28, 196)HSL
hsl(250, 75%, 44%)OKLCH
oklch(0.411 0.233 276.2)CMYK
cmyk(71%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3219B1
2#2D169D
3#271489
4#221176
5#1C0E62
6#160B4F
7#11083B
8#0B0627
9#060314
Tints
Lighter variations
1#3F20DD
2#5437E2
3#6950E6
4#7E69EA
5#9482ED
6#A99BF1
7#BFB4F4
8#D4CDF8
9#EAE6FB
Tones
Muted variations
1#3E24BC
2#432DB4
3#4935AB
4#4F3EA3
5#54469A
6#5A4F92
7#5F5789
8#655F81
9#6B6879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E0 #E4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC5 #CDC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A798 #A798F0 | BordersInactive statesPlaceholder text |
| 400 | 7963 #7963E9 | Disabled statesSecondary iconsMuted text |
| 500 | 5336 #5336E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 381C #381CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D16 #2D169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2010 #201070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 140A #140A47 | 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: #E4E0FB;
--indigo-200: #CDC5F7;
--indigo-300: #A798F0;
--indigo-400: #7963E9;
--indigo-500: #5336E2;
--indigo-600: #381CC4;
--indigo-700: #2D169C;
--indigo-800: #201070;
--indigo-900: #140A47;
--indigo-950: #0D062D;
}