Indigo
#31159D
BlueColor Codes
All color formats for development
HEX
#31159DRGB
rgb(49, 21, 157)HSL
hsl(252, 76%, 35%)OKLCH
oklch(0.354 0.196 278.9)CMYK
cmyk(69%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C138D
2#27117E
3#220F6E
4#1D0D5E
5#180B4F
6#13093F
7#0F062F
8#0A041F
9#050210
Tints
Lighter variations
1#3A19BA
2#431DD7
3#5633E3
4#6E50E7
5#866DEB
6#9E8AEF
7#B7A7F3
8#CFC5F7
9#E7E2FB
Tones
Muted variations
1#351C96
2#392390
3#3D2A89
4#413182
5#45377B
6#493E74
7#4D456E
8#514C67
9#555260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E0 #E5E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC5 #CFC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AA98 #AA98F1 | BordersInactive statesPlaceholder text |
| 400 | 7D62 #7D62EA | Disabled statesSecondary iconsMuted text |
| 500 | 5835 #5835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D1B #3D1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3115 #31159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 230F #230F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 160A #160A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0E06 #0E062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F2FD;
--indigo-100: #E5E0FB;
--indigo-200: #CFC5F7;
--indigo-300: #AA98F1;
--indigo-400: #7D62EA;
--indigo-500: #5835E3;
--indigo-600: #3D1BC5;
--indigo-700: #31159D;
--indigo-800: #230F70;
--indigo-900: #160A48;
--indigo-950: #0E062D;
}