Indigo
#28044E
PurpleColor Codes
All color formats for development
HEX
#28044ERGB
rgb(40, 4, 78)HSL
hsl(269, 90%, 16%)OKLCH
oklch(0.237 0.12 298.2)CMYK
cmyk(49%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#240446
2#20033E
3#1C0336
4#18022F
5#140227
6#10021F
7#0C0117
8#080110
9#040008
Tints
Lighter variations
1#3C0676
2#51089F
3#660BC8
4#7B0DF0
5#9134F4
6#A75CF6
7#BD85F9
8#D3AEFB
9#E9D6FD
Tones
Muted variations
1#28084A
2#280B46
3#280F43
4#28133F
5#28163B
6#281A37
7#281E34
8#292130
9#29252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC0 #DDC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C390 #C390F9 | BordersInactive statesPlaceholder text |
| 400 | A355 #A355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 8925 #8925F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D0B #6D0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5709 #5709AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E06 #3E0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2804 #28044E | 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: #F7F0FE;
--indigo-100: #EDDDFD;
--indigo-200: #DDC0FC;
--indigo-300: #C390F9;
--indigo-400: #A355F6;
--indigo-500: #8925F4;
--indigo-600: #6D0BD5;
--indigo-700: #5709AA;
--indigo-800: #3E0679;
--indigo-900: #28044E;
--indigo-950: #190330;
}