Indigo
#6706AC
PurpleColor Codes
All color formats for development
HEX
#6706ACRGB
rgb(103, 6, 172)HSL
hsl(275, 93%, 35%)OKLCH
oklch(0.421 0.218 302.4)CMYK
cmyk(40%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D069B
2#52058A
3#480479
4#3E0467
5#340356
6#290245
7#1F0234
8#150122
9#0A0111
Tints
Lighter variations
1#7A07CC
2#8D09EC
3#9D1FF7
4#AB3FF8
5#B95FF9
6#C77FFA
7#D59FFC
8#E3BFFD
9#F1DFFE
Tones
Muted variations
1#660FA4
2#64179C
3#631F93
4#62278B
5#603083
6#5F387A
7#5D4072
8#5C496A
9#5B5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BF #E3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CD8E #CD8EFB | BordersInactive statesPlaceholder text |
| 400 | B453 #B453F9 | Disabled statesSecondary iconsMuted text |
| 500 | 9E22 #9E22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8208 #8208D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6706 #6706AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A04 #4A047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F03 #2F034F | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FE;
--indigo-100: #F0DDFE;
--indigo-200: #E3BFFD;
--indigo-300: #CD8EFB;
--indigo-400: #B453F9;
--indigo-500: #9E22F7;
--indigo-600: #8208D9;
--indigo-700: #6706AC;
--indigo-800: #4A047B;
--indigo-900: #2F034F;
--indigo-950: #1D0231;
}