Indigo
#401BC5
BlueColor Codes
All color formats for development
HEX
#401BC5RGB
rgb(64, 27, 197)HSL
hsl(253, 76%, 44%)OKLCH
oklch(0.417 0.233 279.1)CMYK
cmyk(68%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3918B2
2#33169E
3#2D138A
4#261076
5#200D63
6#1A0B4F
7#13083B
8#0D0527
9#060314
Tints
Lighter variations
1#481EDF
2#5C36E4
3#704FE7
4#8468EA
5#9981EE
6#AD9AF1
7#C2B4F5
8#D6CDF8
9#EBE6FC
Tones
Muted variations
1#4523BD
2#4A2CB4
3#4E35AC
4#533DA3
5#58469B
6#5D4E92
7#62578A
8#675F81
9#6B6879
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 | D0C5 #D0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AB98 #AB98F1 | BordersInactive statesPlaceholder text |
| 400 | 7F62 #7F62EA | Disabled statesSecondary iconsMuted text |
| 500 | 5B35 #5B35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 401B #401BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3315 #33159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 240F #240F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 170A #170A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0F06 #0F062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F2FD;
--indigo-100: #E5E0FB;
--indigo-200: #D0C5F7;
--indigo-300: #AB98F1;
--indigo-400: #7F62EA;
--indigo-500: #5B35E3;
--indigo-600: #401BC5;
--indigo-700: #33159D;
--indigo-800: #240F70;
--indigo-900: #170A48;
--indigo-950: #0F062D;
}