Indigo
#431BC5
BlueColor Codes
All color formats for development
HEX
#431BC5RGB
rgb(67, 27, 197)HSL
hsl(254, 76%, 44%)OKLCH
oklch(0.419 0.233 280.3)CMYK
cmyk(66%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C18B2
2#35169E
3#2F138A
4#281076
5#210D63
6#1B0B4F
7#14083B
8#0D0527
9#070314
Tints
Lighter variations
1#4B1EDF
2#5E36E4
3#734FE7
4#8768EA
5#9B81EE
6#AF9AF1
7#C3B4F5
8#D7CDF8
9#EBE6FC
Tones
Muted variations
1#4723BD
2#4C2CB4
3#5035AC
4#553DA3
5#59469B
6#5E4E92
7#63578A
8#675F81
9#6C6879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E0 #E6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C5 #D0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD98 #AD98F1 | BordersInactive statesPlaceholder text |
| 400 | 8262 #8262EA | Disabled statesSecondary iconsMuted text |
| 500 | 5E35 #5E35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 431B #431BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3515 #35159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 260F #260F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 180A #180A48 | 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: #E6E0FB;
--indigo-200: #D0C5F7;
--indigo-300: #AD98F1;
--indigo-400: #8262EA;
--indigo-500: #5E35E3;
--indigo-600: #431BC5;
--indigo-700: #35159D;
--indigo-800: #260F70;
--indigo-900: #180A48;
--indigo-950: #0F062D;
}