Indigo
#3C067A
PurpleColor Codes
All color formats for development
HEX
#3C067ARGB
rgb(60, 6, 122)HSL
hsl(268, 91%, 25%)OKLCH
oklch(0.314 0.166 294.8)CMYK
cmyk(51%, 95%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36056E
2#300561
3#2A0455
4#240349
5#1E033D
6#180231
7#120225
8#0C0118
9#06010C
Tints
Lighter variations
1#4E079E
2#6009C3
3#720BE7
4#8524F5
5#9A48F6
6#AE6DF8
7#C291FA
8#D6B6FC
9#EBDAFD
Tones
Muted variations
1#3C0C74
2#3D116E
3#3D1768
4#3D1D63
5#3E235D
6#3E2957
7#3F2E51
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 | DCC0 #DCC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C18F #C18FFA | BordersInactive statesPlaceholder text |
| 400 | A055 #A055F7 | Disabled statesSecondary iconsMuted text |
| 500 | 8524 #8524F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 690A #690AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5408 #5408AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C06 #3C067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2604 #26044E | Primary textHigh emphasis contentDark headings |
| 950 | 1802 #180231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FE;
--indigo-100: #ECDDFD;
--indigo-200: #DCC0FC;
--indigo-300: #C18FFA;
--indigo-400: #A055F7;
--indigo-500: #8524F5;
--indigo-600: #690AD6;
--indigo-700: #5408AA;
--indigo-800: #3C067A;
--indigo-900: #26044E;
--indigo-950: #180231;
}