Indigo
#340EA4
PurpleColor Codes
All color formats for development
HEX
#340EA4RGB
rgb(52, 14, 164)HSL
hsl(255, 84%, 35%)OKLCH
oklch(0.359 0.207 279.6)CMYK
cmyk(68%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F0D94
2#290B83
3#240A73
4#1F0963
5#1A0752
6#150642
7#100431
8#0A0321
9#050110
Tints
Lighter variations
1#3D11C3
2#4714E1
3#5A2AEC
4#7248EF
5#8967F2
6#A185F4
7#B8A4F7
8#D0C2FA
9#E7E1FC
Tones
Muted variations
1#38169D
2#3B1D95
3#3F258E
4#432C86
5#47347F
6#4A3B77
7#4E4370
8#524A68
9#565261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DE #E6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C2 #D0C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AC93 #AC93F6 | BordersInactive statesPlaceholder text |
| 400 | 805B #805BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 5C2C #5C2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 4112 #4112CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 340E #340EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250A #250A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1807 #18074B | Primary textHigh emphasis contentDark headings |
| 950 | 0F04 #0F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FE;
--indigo-100: #E6DEFC;
--indigo-200: #D0C2FA;
--indigo-300: #AC93F6;
--indigo-400: #805BF1;
--indigo-500: #5C2CED;
--indigo-600: #4112CE;
--indigo-700: #340EA4;
--indigo-800: #250A75;
--indigo-900: #18074B;
--indigo-950: #0F042F;
}