Indigo
#38047B
PurpleColor Codes
All color formats for development
HEX
#38047BRGB
rgb(56, 4, 123)HSL
hsl(266, 94%, 25%)OKLCH
oklch(0.309 0.168 292.1)CMYK
cmyk(54%, 97%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32036F
2#2D0363
3#270357
4#21024A
5#1C023E
6#160231
7#110125
8#0B0119
9#06000C
Tints
Lighter variations
1#4805A1
2#5906C6
3#6A07EB
4#7E20F8
5#9345F9
6#A96BFA
7#BE90FC
8#D4B5FD
9#E9DAFE
Tones
Muted variations
1#390A76
2#391070
3#3A166A
4#3B1C64
5#3C225E
6#3D2858
7#3D2E52
8#3E344C
9#3F3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DABF #DABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8D #BD8DFB | BordersInactive statesPlaceholder text |
| 400 | 9B52 #9B52FA | Disabled statesSecondary iconsMuted text |
| 500 | 7E20 #7E20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6207 #6207DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E05 #4E05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3804 #38047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2402 #24024F | Primary textHigh emphasis contentDark headings |
| 950 | 1602 #160231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #EBDCFE;
--indigo-200: #DABFFD;
--indigo-300: #BD8DFB;
--indigo-400: #9B52FA;
--indigo-500: #7E20F8;
--indigo-600: #6207DA;
--indigo-700: #4E05AD;
--indigo-800: #38047C;
--indigo-900: #24024F;
--indigo-950: #160231;
}