Indigo
#3A054D
PurpleColor Codes
All color formats for development
HEX
#3A054DRGB
rgb(58, 5, 77)HSL
hsl(284, 88%, 16%)OKLCH
oklch(0.265 0.122 314.4)CMYK
cmyk(25%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#340445
2#2E043D
3#280336
4#23032E
5#1D0226
6#17021F
7#110117
8#0C010F
9#060008
Tints
Lighter variations
1#580775
2#760A9D
3#940DC6
4#B20FEE
5#C036F2
6#CD5EF5
7#D986F7
8#E6AEFA
9#F2D7FC
Tones
Muted variations
1#380849
2#360C46
3#351042
4#33133E
5#31173B
6#301A37
7#2E1E34
8#2C2230
9#2A252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC1 #EBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | DC91 #DC91F8 | BordersInactive statesPlaceholder text |
| 400 | CA57 #CA57F4 | Disabled statesSecondary iconsMuted text |
| 500 | BB27 #BB27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E0D #9E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7E0B #7E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A08 #5A0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A05 #3A054D | Primary textHigh emphasis contentDark headings |
| 950 | 2403 #240330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FE;
--indigo-100: #F4DDFD;
--indigo-200: #EBC1FB;
--indigo-300: #DC91F8;
--indigo-400: #CA57F4;
--indigo-500: #BB27F1;
--indigo-600: #9E0DD3;
--indigo-700: #7E0BA8;
--indigo-800: #5A0878;
--indigo-900: #3A054D;
--indigo-950: #240330;
}