Indigo
#340E71
PurpleColor Codes
All color formats for development
HEX
#340E71RGB
rgb(52, 14, 113)HSL
hsl(263, 78%, 25%)OKLCH
oklch(0.301 0.151 291.7)CMYK
cmyk(54%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F0D66
2#2A0B5B
3#250A4F
4#1F0844
5#1A0739
6#15062D
7#100422
8#0A0317
9#05010B
Tints
Lighter variations
1#441294
2#5316B6
3#631BD8
4#7733E6
5#8E55EA
6#A577EE
7#BB99F2
8#D2BBF7
9#E8DDFB
Tones
Muted variations
1#35136D
2#361868
3#381D63
4#39225E
5#3A2759
6#3B2C54
7#3C314F
8#3D364A
9#3F3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C4 #D8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA97 #BA97F2 | BordersInactive statesPlaceholder text |
| 400 | 9660 #9660EB | Disabled statesSecondary iconsMuted text |
| 500 | 7733 #7733E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C19 #5C19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4914 #49149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340E #340E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2109 #210949 | Primary textHigh emphasis contentDark headings |
| 950 | 1506 #15062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #EADFFB;
--indigo-200: #D8C4F8;
--indigo-300: #BA97F2;
--indigo-400: #9660EB;
--indigo-500: #7733E6;
--indigo-600: #5C19C8;
--indigo-700: #49149F;
--indigo-800: #340E71;
--indigo-900: #210949;
--indigo-950: #15062D;
}