Indigo
#3A047B
PurpleColor Codes
All color formats for development
HEX
#3A047BRGB
rgb(58, 4, 123)HSL
hsl(267, 94%, 25%)OKLCH
oklch(0.312 0.168 293.4)CMYK
cmyk(53%, 97%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34036F
2#2E0363
3#280357
4#23024A
5#1D023E
6#170231
7#110125
8#0C0119
9#06000C
Tints
Lighter variations
1#4B05A1
2#5C06C6
3#6E07EB
4#8120F8
5#9645F9
6#AB6BFA
7#C090FC
8#D5B5FD
9#EADAFE
Tones
Muted variations
1#3A0A76
2#3B1070
3#3C166A
4#3C1C64
5#3D225E
6#3D2858
7#3E2E52
8#3F344C
9#3F3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBF #DBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8D #BF8DFB | BordersInactive statesPlaceholder text |
| 400 | 9D52 #9D52FA | Disabled statesSecondary iconsMuted text |
| 500 | 8120 #8120F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6607 #6607DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5105 #5105AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A04 #3A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2502 #25024F | Primary textHigh emphasis contentDark headings |
| 950 | 1702 #170231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #EBDCFE;
--indigo-200: #DBBFFD;
--indigo-300: #BF8DFB;
--indigo-400: #9D52FA;
--indigo-500: #8120F8;
--indigo-600: #6607DA;
--indigo-700: #5105AD;
--indigo-800: #3A047C;
--indigo-900: #25024F;
--indigo-950: #170231;
}