Indigo
#34054D
PurpleColor Codes
All color formats for development
HEX
#34054DRGB
rgb(52, 5, 77)HSL
hsl(279, 88%, 16%)OKLCH
oklch(0.256 0.121 309.4)CMYK
cmyk(32%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0445
2#29043D
3#240336
4#1F032E
5#1A0226
6#15021F
7#0F0117
8#0A010F
9#050008
Tints
Lighter variations
1#4F0775
2#6A0A9D
3#850DC6
4#A00FEE
5#B036F2
6#C05EF5
7#D086F7
8#DFAEFA
9#EFD7FC
Tones
Muted variations
1#320849
2#310C46
3#301042
4#2F133E
5#2E173B
6#2D1A37
7#2C1E34
8#2B2230
9#2A252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C1 #E7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D491 #D491F8 | BordersInactive statesPlaceholder text |
| 400 | BD57 #BD57F4 | Disabled statesSecondary iconsMuted text |
| 500 | AB27 #AB27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E0D #8E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 710B #710BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5108 #510878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3405 #34054D | Primary textHigh emphasis contentDark headings |
| 950 | 2003 #200330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FE;
--indigo-100: #F2DDFD;
--indigo-200: #E7C1FB;
--indigo-300: #D491F8;
--indigo-400: #BD57F4;
--indigo-500: #AB27F1;
--indigo-600: #8E0DD3;
--indigo-700: #710BA8;
--indigo-800: #510878;
--indigo-900: #34054D;
--indigo-950: #200330;
}