Indigo
#31037D
PurpleColor Codes
All color formats for development
HEX
#31037DRGB
rgb(49, 3, 125)HSL
hsl(263, 95%, 25%)OKLCH
oklch(0.303 0.171 287.1)CMYK
cmyk(61%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0370
2#280363
3#230257
4#1E024B
5#19023E
6#140132
7#0F0125
8#0A0119
9#05000C
Tints
Lighter variations
1#4104A2
2#4F05C7
3#5E06EC
4#731FF9
5#8A45FA
6#A26AFB
7#B98FFC
8#D0B4FD
9#E8DAFE
Tones
Muted variations
1#330976
2#340F70
3#36156A
4#371B64
5#39215E
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 | D7BE #D7BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B78D #B78DFC | BordersInactive statesPlaceholder text |
| 400 | 9251 #9251FB | Disabled statesSecondary iconsMuted text |
| 500 | 731F #731FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5706 #5706DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4504 #4504AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3203 #32037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2002 #200250 | Primary textHigh emphasis contentDark headings |
| 950 | 1401 #140132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #E9DCFE;
--indigo-200: #D7BEFD;
--indigo-300: #B78DFC;
--indigo-400: #9251FB;
--indigo-500: #731FF9;
--indigo-600: #5706DB;
--indigo-700: #4504AE;
--indigo-800: #32037C;
--indigo-900: #200250;
--indigo-950: #140132;
}