Indigo
#270150
PurpleColor Codes
All color formats for development
HEX
#270150RGB
rgb(39, 1, 80)HSL
hsl(269, 98%, 16%)OKLCH
oklch(0.235 0.126 296.9)CMYK
cmyk(51%, 99%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#240149
2#200141
3#1C0139
4#180030
5#140028
6#100020
7#0C0018
8#080010
9#040008
Tints
Lighter variations
1#3C017B
2#5102A6
3#6602D0
4#7A03FA
5#902BFD
6#A755FD
7#BD80FE
8#D3AAFE
9#E9D5FF
Tones
Muted variations
1#28054D
2#280949
3#280D45
4#281141
5#28153D
6#281939
7#281D35
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 #EDDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBD #DDBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C28B #C28BFE | BordersInactive statesPlaceholder text |
| 400 | A34E #A34EFD | Disabled statesSecondary iconsMuted text |
| 500 | 891C #891CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D02 #6D02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5602 #5602B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E01 #3E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2701 #270151 | 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: #EDDCFF;
--indigo-200: #DDBDFE;
--indigo-300: #C28BFE;
--indigo-400: #A34EFD;
--indigo-500: #891CFD;
--indigo-600: #6D02DE;
--indigo-700: #5602B1;
--indigo-800: #3E017E;
--indigo-900: #270151;
--indigo-950: #190132;
}