Indigo
#2C067A
PurpleColor Codes
All color formats for development
HEX
#2C067ARGB
rgb(44, 6, 122)HSL
hsl(260, 91%, 25%)OKLCH
oklch(0.296 0.167 284.4)CMYK
cmyk(64%, 95%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28056E
2#240561
3#1F0455
4#1B0349
5#16033D
6#120231
7#0D0225
8#090118
9#04010C
Tints
Lighter variations
1#3A079E
2#4709C3
3#540BE7
4#6924F5
5#8248F6
6#9B6DF8
7#B491FA
8#CDB6FC
9#E6DAFD
Tones
Muted variations
1#2E0C74
2#30116E
3#321768
4#341D63
5#36235D
6#382957
7#3A2E51
8#3C344B
9#3E3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C0 #D4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B38F #B38FFA | BordersInactive statesPlaceholder text |
| 400 | 8B55 #8B55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 6924 #6924F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E0A #4E0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E08 #3E08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C06 #2C067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C04 #1C044E | Primary textHigh emphasis contentDark headings |
| 950 | 1202 #120231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FE;
--indigo-100: #E8DDFD;
--indigo-200: #D4C0FC;
--indigo-300: #B38FFA;
--indigo-400: #8B55F7;
--indigo-500: #6924F5;
--indigo-600: #4E0AD6;
--indigo-700: #3E08AA;
--indigo-800: #2C067A;
--indigo-900: #1C044E;
--indigo-950: #120231;
}