Indigo
#28054D
PurpleColor Codes
All color formats for development
HEX
#28054DRGB
rgb(40, 5, 77)HSL
hsl(269, 88%, 16%)OKLCH
oklch(0.237 0.118 298.5)CMYK
cmyk(48%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#240445
2#20043D
3#1C0336
4#18032E
5#140226
6#10021F
7#0C0117
8#08010F
9#040008
Tints
Lighter variations
1#3C0775
2#510A9D
3#660DC6
4#7B0FEE
5#9136F2
6#A75EF5
7#BD86F7
8#D3AEFA
9#E9D7FC
Tones
Muted variations
1#280849
2#280C46
3#281042
4#28133E
5#28173B
6#281A37
7#281E34
8#292230
9#29252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC1 #DDC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C391 #C391F8 | BordersInactive statesPlaceholder text |
| 400 | A357 #A357F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8927 #8927F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D0D #6D0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 570B #570BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E08 #3E0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2805 #28054D | Primary textHigh emphasis contentDark headings |
| 950 | 1903 #190330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #EDDDFD;
--indigo-200: #DDC1FB;
--indigo-300: #C391F8;
--indigo-400: #A357F4;
--indigo-500: #8927F1;
--indigo-600: #6D0DD3;
--indigo-700: #570BA8;
--indigo-800: #3E0878;
--indigo-900: #28054D;
--indigo-950: #190330;
}