Indigo
#280250
PurpleColor Codes
All color formats for development
HEX
#280250RGB
rgb(40, 2, 80)HSL
hsl(269, 95%, 16%)OKLCH
oklch(0.237 0.124 297.6)CMYK
cmyk(50%, 98%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#240248
2#200240
3#1C0138
4#180130
5#140128
6#100120
7#0C0118
8#080010
9#040008
Tints
Lighter variations
1#3C0379
2#5104A3
3#6605CD
4#7A06F7
5#912EFA
6#A758FB
7#BD82FC
8#D3ABFD
9#E9D5FE
Tones
Muted variations
1#28064C
2#280A48
3#280E44
4#281240
5#28153C
6#281938
7#281D34
8#292131
9#29252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDC #EDDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBE #DDBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C28D #C28DFC | BordersInactive statesPlaceholder text |
| 400 | A351 #A351FB | Disabled statesSecondary iconsMuted text |
| 500 | 891F #891FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D06 #6D06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5604 #5604AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E03 #3E037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2802 #280250 | Primary textHigh emphasis contentDark headings |
| 950 | 1901 #190132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #EDDCFE;
--indigo-200: #DDBEFD;
--indigo-300: #C28DFC;
--indigo-400: #A351FB;
--indigo-500: #891FF9;
--indigo-600: #6D06DB;
--indigo-700: #5604AE;
--indigo-800: #3E037C;
--indigo-900: #280250;
--indigo-950: #190132;
}