Indigo
#34047B
PurpleColor Codes
All color formats for development
HEX
#34047BRGB
rgb(52, 4, 123)HSL
hsl(264, 94%, 25%)OKLCH
oklch(0.304 0.168 289.5)CMYK
cmyk(58%, 97%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F036F
2#290363
3#240357
4#1F024A
5#1A023E
6#150231
7#100125
8#0A0119
9#05000C
Tints
Lighter variations
1#4305A1
2#5306C6
3#6207EB
4#7720F8
5#8D45F9
6#A46BFA
7#BB90FC
8#D2B5FD
9#E8DAFE
Tones
Muted variations
1#350A76
2#361070
3#37166A
4#391C64
5#3A225E
6#3B2858
7#3C2E52
8#3D344C
9#3F3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BF #D8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B98D #B98DFB | BordersInactive statesPlaceholder text |
| 400 | 9552 #9552FA | Disabled statesSecondary iconsMuted text |
| 500 | 7720 #7720F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B07 #5B07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4805 #4805AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3404 #34047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2102 #21024F | Primary textHigh emphasis contentDark headings |
| 950 | 1502 #150231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #EADCFE;
--indigo-200: #D8BFFD;
--indigo-300: #B98DFB;
--indigo-400: #9552FA;
--indigo-500: #7720F8;
--indigo-600: #5B07DA;
--indigo-700: #4805AD;
--indigo-800: #34047C;
--indigo-900: #21024F;
--indigo-950: #150231;
}