Indigo
#6206AC
PurpleColor Codes
All color formats for development
HEX
#6206ACRGB
rgb(98, 6, 172)HSL
hsl(273, 93%, 35%)OKLCH
oklch(0.414 0.217 300.1)CMYK
cmyk(43%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58069B
2#4E058A
3#440479
4#3B0467
5#310356
6#270245
7#1D0234
8#140122
9#0A0111
Tints
Lighter variations
1#7407CC
2#8609EC
3#961FF7
4#A53FF8
5#B45FF9
6#C37FFA
7#D29FFC
8#E1BFFD
9#F0DFFE
Tones
Muted variations
1#610FA4
2#60179C
3#5F1F93
4#5E278B
5#5D3083
6#5D387A
7#5C4072
8#5B496A
9#5A5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1BF #E1BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8E #CA8EFB | BordersInactive statesPlaceholder text |
| 400 | AE53 #AE53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 9722 #9722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7B08 #7B08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6206 #6206AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4604 #46047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D03 #2D034F | Primary textHigh emphasis contentDark headings |
| 950 | 1C02 #1C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FE;
--indigo-100: #EFDDFE;
--indigo-200: #E1BFFD;
--indigo-300: #CA8EFB;
--indigo-400: #AE53F9;
--indigo-500: #9722F7;
--indigo-600: #7B08D9;
--indigo-700: #6206AC;
--indigo-800: #46047B;
--indigo-900: #2D034F;
--indigo-950: #1C0231;
}