Indigo
#340FA3
PurpleColor Codes
All color formats for development
HEX
#340FA3RGB
rgb(52, 15, 163)HSL
hsl(255, 83%, 35%)OKLCH
oklch(0.359 0.205 279.7)CMYK
cmyk(68%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F0E93
2#2A0C83
3#250B72
4#1F0962
5#1A0852
6#150641
7#100531
8#0A0321
9#050210
Tints
Lighter variations
1#3E12C2
2#4815E0
3#5B2BEB
4#7249EE
5#8A67F1
6#A186F4
7#B9A4F7
8#D0C2F9
9#E8E1FC
Tones
Muted variations
1#38179C
2#3C1E95
3#3F258D
4#432D86
5#47347E
6#4A3C77
7#4E436F
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 #D0C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AC94 #AC94F5 | BordersInactive statesPlaceholder text |
| 400 | 815C #815CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 5D2D #5D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4213 #4213CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 340F #340FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250B #250B75 | 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: #D0C2F9;
--indigo-300: #AC94F5;
--indigo-400: #815CF0;
--indigo-500: #5D2DEB;
--indigo-600: #4213CD;
--indigo-700: #340FA3;
--indigo-800: #250B75;
--indigo-900: #18074B;
--indigo-950: #0F042F;
}