Indigo
#401FC1
BlueColor Codes
All color formats for development
HEX
#401FC1RGB
rgb(64, 31, 193)HSL
hsl(252, 72%, 44%)OKLCH
oklch(0.416 0.226 279.4)CMYK
cmyk(67%, 84%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#391CAE
2#33199A
3#2D1687
4#261374
5#201060
6#190D4D
7#13093A
8#0D0627
9#060313
Tints
Lighter variations
1#4823DA
2#5B3BDF
3#7053E3
4#846CE7
5#9984EB
6#AD9DEF
7#C2B5F3
8#D6CEF7
9#EBE6FB
Tones
Muted variations
1#4527B9
2#4930B1
3#4E38A9
4#5340A1
5#584899
6#5D5091
7#625888
8#676080
9#6B6878
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E0 #E5E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C6 #D0C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | AB9A #AB9AEF | BordersInactive statesPlaceholder text |
| 400 | 7F65 #7F65E6 | Disabled statesSecondary iconsMuted text |
| 500 | 5B3A #5B3ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 401F #401FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3319 #33199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2412 #24126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 170B #170B46 | Primary textHigh emphasis contentDark headings |
| 950 | 0E07 #0E072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F2FD;
--indigo-100: #E5E0FA;
--indigo-200: #D0C6F6;
--indigo-300: #AB9AEF;
--indigo-400: #7F65E6;
--indigo-500: #5B3ADF;
--indigo-600: #401FC1;
--indigo-700: #33199A;
--indigo-800: #24126E;
--indigo-900: #170B46;
--indigo-950: #0E072C;
}