Indigo
#270052
PurpleColor Codes
All color formats for development
HEX
#270052RGB
rgb(39, 0, 82)HSL
hsl(269, 100%, 16%)OKLCH
oklch(0.236 0.129 296.1)CMYK
cmyk(52%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#230049
2#200041
3#1C0039
4#180031
5#140029
6#100021
7#0C0018
8#080010
9#040008
Tints
Lighter variations
1#3C007C
2#5100A7
3#6600D2
4#7A00FD
5#9029FF
6#A654FF
7#BD7EFF
8#D3A9FF
9#E9D4FF
Tones
Muted variations
1#28044E
2#280849
3#280C45
4#281041
5#28143D
6#281839
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 | EDDB #EDDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBD #DDBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | C28A #C28AFF | BordersInactive statesPlaceholder text |
| 400 | A34D #A34DFF | Disabled statesSecondary iconsMuted text |
| 500 | 881A #881AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 6C00 #6C00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5600 #5600B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E00 #3E0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2700 #270052 | Primary textHigh emphasis contentDark headings |
| 950 | 1900 #190033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #EDDBFF;
--indigo-200: #DDBDFF;
--indigo-300: #C28AFF;
--indigo-400: #A34DFF;
--indigo-500: #881AFF;
--indigo-600: #6C00E0;
--indigo-700: #5600B3;
--indigo-800: #3E0080;
--indigo-900: #270052;
--indigo-950: #190033;
}