Indigo
#340679
PurpleColor Codes
All color formats for development
HEX
#340679RGB
rgb(52, 6, 121)HSL
hsl(264, 91%, 25%)OKLCH
oklch(0.303 0.165 289.9)CMYK
cmyk(57%, 95%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F056E
2#2A0561
3#250455
4#1F0349
5#1A033D
6#150231
7#100225
8#0A0118
9#05010C
Tints
Lighter variations
1#44079E
2#5309C3
3#630BE7
4#7724F5
5#8E48F6
6#A56DF8
7#BB91FA
8#D2B6FC
9#E8DAFD
Tones
Muted variations
1#350C74
2#36116E
3#381768
4#391D63
5#3A235D
6#3B2957
7#3C2E51
8#3D344B
9#3F3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C0 #D8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BA8F #BA8FFA | BordersInactive statesPlaceholder text |
| 400 | 9655 #9655F7 | Disabled statesSecondary iconsMuted text |
| 500 | 7724 #7724F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C0A #5C0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4908 #4908AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3406 #34067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2104 #21044E | Primary textHigh emphasis contentDark headings |
| 950 | 1502 #150231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FE;
--indigo-100: #EADDFD;
--indigo-200: #D8C0FC;
--indigo-300: #BA8FFA;
--indigo-400: #9655F7;
--indigo-500: #7724F5;
--indigo-600: #5C0AD6;
--indigo-700: #4908AA;
--indigo-800: #34067A;
--indigo-900: #21044E;
--indigo-950: #150231;
}