Indigo
#3306AC
PurpleColor Codes
All color formats for development
HEX
#3306ACRGB
rgb(51, 6, 172)HSL
hsl(256, 93%, 35%)OKLCH
oklch(0.364 0.219 278.2)CMYK
cmyk(70%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D069B
2#28058A
3#230479
4#1E0467
5#190356
6#140245
7#0F0234
8#0A0122
9#050111
Tints
Lighter variations
1#3C07CC
2#4509EC
3#591FF7
4#703FF8
5#885FF9
6#A07FFA
7#B89FFC
8#CFBFFD
9#E7DFFE
Tones
Muted variations
1#360FA4
2#3A179C
3#3E1F93
4#42278B
5#463083
6#4A387A
7#4E4072
8#52496A
9#555162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBF #CFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8E #AB8EFB | BordersInactive statesPlaceholder text |
| 400 | 7F53 #7F53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5A22 #5A22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4008 #4008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3306 #3306AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2404 #24047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1703 #17034F | Primary textHigh emphasis contentDark headings |
| 950 | 0E02 #0E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FE;
--indigo-100: #E5DDFE;
--indigo-200: #CFBFFD;
--indigo-300: #AB8EFB;
--indigo-400: #7F53F9;
--indigo-500: #5A22F7;
--indigo-600: #4008D9;
--indigo-700: #3306AC;
--indigo-800: #24047B;
--indigo-900: #17034F;
--indigo-950: #0E0231;
}