Indigo
#66189A
PurpleColor Codes
All color formats for development
HEX
#66189ARGB
rgb(102, 24, 154)HSL
hsl(276, 73%, 35%)OKLCH
oklch(0.412 0.192 306.3)CMYK
cmyk(34%, 84%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C168B
2#52137C
3#48116C
4#3D0E5D
5#330C4D
6#290A3E
7#1F072E
8#14051F
9#0A020F
Tints
Lighter variations
1#791DB7
2#8C21D4
3#9C36E0
4#AA53E4
5#B870E9
6#C68CED
7#D5A9F2
8#E3C6F6
9#F1E2FB
Tones
Muted variations
1#651F94
2#64258D
3#622C87
4#613280
5#60397A
6#5E3F73
7#5D466D
8#5C4C66
9#5B5360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0E0 #F0E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C6 #E3C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | CD9A #CD9AEF | BordersInactive statesPlaceholder text |
| 400 | B365 #B365E7 | Disabled statesSecondary iconsMuted text |
| 500 | 9D38 #9D38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 811E #811EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6618 #66189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4911 #49116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F0B #2F0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1D07 #1D072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F2FD;
--indigo-100: #F0E0FA;
--indigo-200: #E3C6F6;
--indigo-300: #CD9AEF;
--indigo-400: #B365E7;
--indigo-500: #9D38E0;
--indigo-600: #811EC2;
--indigo-700: #66189A;
--indigo-800: #49116E;
--indigo-900: #2F0B47;
--indigo-950: #1D072C;
}