Indigo
#32067A
PurpleColor Codes
All color formats for development
HEX
#32067ARGB
rgb(50, 6, 122)HSL
hsl(263, 91%, 25%)OKLCH
oklch(0.302 0.166 288.3)CMYK
cmyk(59%, 95%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D056E
2#280561
3#230455
4#1E0349
5#19033D
6#140231
7#0F0225
8#0A0118
9#05010C
Tints
Lighter variations
1#41079E
2#5009C3
3#5F0BE7
4#7424F5
5#8B48F6
6#A26DF8
7#B991FA
8#D1B6FC
9#E8DAFD
Tones
Muted variations
1#340C74
2#35116E
3#361768
4#381D63
5#39235D
6#3A2957
7#3C2E51
8#3D344B
9#3E3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C0 #D7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B88F #B88FFA | BordersInactive statesPlaceholder text |
| 400 | 9355 #9355F7 | Disabled statesSecondary iconsMuted text |
| 500 | 7424 #7424F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 580A #580AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4608 #4608AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3206 #32067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2004 #20044E | Primary textHigh emphasis contentDark headings |
| 950 | 1402 #140231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FE;
--indigo-100: #E9DDFD;
--indigo-200: #D7C0FC;
--indigo-300: #B88FFA;
--indigo-400: #9355F7;
--indigo-500: #7424F5;
--indigo-600: #580AD6;
--indigo-700: #4608AA;
--indigo-800: #32067A;
--indigo-900: #20044E;
--indigo-950: #140231;
}