Indigo
#290250
PurpleColor Codes
All color formats for development
HEX
#290250RGB
rgb(41, 2, 80)HSL
hsl(270, 95%, 16%)OKLCH
oklch(0.239 0.125 298.5)CMYK
cmyk(49%, 98%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#250248
2#210240
3#1D0138
4#180130
5#140128
6#100120
7#0C0118
8#080010
9#040008
Tints
Lighter variations
1#3E0379
2#5404A3
3#6905CD
4#7E06F7
5#942EFA
6#A958FB
7#BF82FC
8#D4ABFD
9#EAD5FE
Tones
Muted variations
1#29064C
2#290A48
3#290E44
4#291240
5#29153C
6#291938
7#291D34
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 | DEBE #DEBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C48D #C48DFC | BordersInactive statesPlaceholder text |
| 400 | A651 #A651FB | Disabled statesSecondary iconsMuted text |
| 500 | 8C1F #8C1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7006 #7006DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5904 #5904AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4003 #40037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2902 #290250 | Primary textHigh emphasis contentDark headings |
| 950 | 1A01 #1A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #EDDCFE;
--indigo-200: #DEBEFD;
--indigo-300: #C48DFC;
--indigo-400: #A651FB;
--indigo-500: #8C1FF9;
--indigo-600: #7006DB;
--indigo-700: #5904AE;
--indigo-800: #40037C;
--indigo-900: #290250;
--indigo-950: #1A0132;
}