Indigo
#2A067A
PurpleColor Codes
All color formats for development
HEX
#2A067ARGB
rgb(42, 6, 122)HSL
hsl(259, 91%, 25%)OKLCH
oklch(0.294 0.167 283.2)CMYK
cmyk(66%, 95%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26056E
2#220561
3#1E0455
4#190349
5#15033D
6#110231
7#0D0225
8#080118
9#04010C
Tints
Lighter variations
1#37079E
2#4409C3
3#510BE7
4#6624F5
5#7F48F6
6#996DF8
7#B291FA
8#CCB6FC
9#E5DAFD
Tones
Muted variations
1#2D0C74
2#2F116E
3#311768
4#331D63
5#35235D
6#372957
7#392E51
8#3B344B
9#3E3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C0 #D3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B18F #B18FFA | BordersInactive statesPlaceholder text |
| 400 | 8855 #8855F7 | Disabled statesSecondary iconsMuted text |
| 500 | 6624 #6624F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B0A #4B0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B08 #3B08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A06 #2A067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B04 #1B044E | Primary textHigh emphasis contentDark headings |
| 950 | 1102 #110231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FE;
--indigo-100: #E7DDFD;
--indigo-200: #D3C0FC;
--indigo-300: #B18FFA;
--indigo-400: #8855F7;
--indigo-500: #6624F5;
--indigo-600: #4B0AD6;
--indigo-700: #3B08AA;
--indigo-800: #2A067A;
--indigo-900: #1B044E;
--indigo-950: #110231;
}