Indigo
#3A0679
PurpleColor Codes
All color formats for development
HEX
#3A0679RGB
rgb(58, 6, 121)HSL
hsl(267, 91%, 25%)OKLCH
oklch(0.311 0.165 293.9)CMYK
cmyk(52%, 95%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34056E
2#2E0561
3#290455
4#230349
5#1D033D
6#170231
7#110225
8#0C0118
9#06010C
Tints
Lighter variations
1#4B079E
2#5D09C3
3#6E0BE7
4#8224F5
5#9748F6
6#AC6DF8
7#C091FA
8#D5B6FC
9#EADAFD
Tones
Muted variations
1#3B0C74
2#3B116E
3#3C1768
4#3C1D63
5#3D235D
6#3D2957
7#3E2E51
8#3F344B
9#3F3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC0 #DBC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8F #BF8FFA | BordersInactive statesPlaceholder text |
| 400 | 9E55 #9E55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 8224 #8224F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 660A #660AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5108 #5108AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A06 #3A067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2504 #25044E | Primary textHigh emphasis contentDark headings |
| 950 | 1702 #170231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FE;
--indigo-100: #ECDDFD;
--indigo-200: #DBC0FC;
--indigo-300: #BF8FFA;
--indigo-400: #9E55F7;
--indigo-500: #8224F5;
--indigo-600: #660AD6;
--indigo-700: #5108AA;
--indigo-800: #3A067A;
--indigo-900: #25044E;
--indigo-950: #170231;
}