Indigo
#32047C
PurpleColor Codes
All color formats for development
HEX
#32047CRGB
rgb(50, 4, 124)HSL
hsl(263, 94%, 25%)OKLCH
oklch(0.303 0.169 287.9)CMYK
cmyk(60%, 97%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D036F
2#280363
3#230357
4#1E024A
5#19023E
6#140231
7#0F0125
8#0A0119
9#05000C
Tints
Lighter variations
1#4105A1
2#5006C6
3#5F07EB
4#7320F8
5#8A45F9
6#A26BFA
7#B990FC
8#D0B5FD
9#E8DAFE
Tones
Muted variations
1#330A76
2#351070
3#36166A
4#371C64
5#39225E
6#3A2858
7#3C2E52
8#3D344C
9#3E3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DC #E9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BF #D7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B78D #B78DFB | BordersInactive statesPlaceholder text |
| 400 | 9252 #9252FA | Disabled statesSecondary iconsMuted text |
| 500 | 7320 #7320F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5807 #5807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4605 #4605AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3204 #32047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2002 #20024F | 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: #F6F0FF;
--indigo-100: #E9DCFE;
--indigo-200: #D7BFFD;
--indigo-300: #B78DFB;
--indigo-400: #9252FA;
--indigo-500: #7320F8;
--indigo-600: #5807DA;
--indigo-700: #4605AD;
--indigo-800: #32047C;
--indigo-900: #20024F;
--indigo-950: #140231;
}