Indigo
#3813A0
PurpleColor Codes
All color formats for development
HEX
#3813A0RGB
rgb(56, 19, 160)HSL
hsl(256, 79%, 35%)OKLCH
oklch(0.362 0.199 281.9)CMYK
cmyk(65%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#331190
2#2D0F80
3#270D70
4#220B60
5#1C0950
6#170740
7#110630
8#0B0420
9#060210
Tints
Lighter variations
1#4316BD
2#4D1ADB
3#602FE7
4#774DEA
5#8E6BEE
6#A488F1
7#BBA6F5
8#D2C4F8
9#E8E1FC
Tones
Muted variations
1#3C1A99
2#3F2192
3#42288B
4#462F84
5#49367D
6#4C3D75
7#4F446E
8#534B67
9#565260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DF #E7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C4 #D2C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AF96 #AF96F3 | BordersInactive statesPlaceholder text |
| 400 | 855F #855FEC | Disabled statesSecondary iconsMuted text |
| 500 | 6232 #6232E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4718 #4718C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3813 #3813A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280D #280D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A09 #1A0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1005 #10052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FD;
--indigo-100: #E7DFFB;
--indigo-200: #D2C4F8;
--indigo-300: #AF96F3;
--indigo-400: #855FEC;
--indigo-500: #6232E7;
--indigo-600: #4718C9;
--indigo-700: #3813A0;
--indigo-800: #280D72;
--indigo-900: #1A0949;
--indigo-950: #10052E;
}