Indigo
#37159D
PurpleColor Codes
All color formats for development
HEX
#37159DRGB
rgb(55, 21, 157)HSL
hsl(255, 76%, 35%)OKLCH
oklch(0.359 0.195 281.8)CMYK
cmyk(65%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32138D
2#2C117E
3#270F6E
4#210D5E
5#1C0B4F
6#16093F
7#11062F
8#0B041F
9#060210
Tints
Lighter variations
1#4219BA
2#4C1DD7
3#5F33E3
4#7650E7
5#8D6DEB
6#A48AEF
7#BAA7F3
8#D1C5F7
9#E8E2FB
Tones
Muted variations
1#3B1C96
2#3E2390
3#422A89
4#453182
5#48377B
6#4C3E74
7#4F456E
8#524C67
9#565260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E0 #E6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C5 #D1C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE98 #AE98F1 | BordersInactive statesPlaceholder text |
| 400 | 8462 #8462EA | Disabled statesSecondary iconsMuted text |
| 500 | 6135 #6135E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 461B #461BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3715 #37159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280F #280F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 190A #190A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F2FD;
--indigo-100: #E6E0FB;
--indigo-200: #D1C5F7;
--indigo-300: #AE98F1;
--indigo-400: #8462EA;
--indigo-500: #6135E3;
--indigo-600: #461BC5;
--indigo-700: #37159D;
--indigo-800: #280F70;
--indigo-900: #190A48;
--indigo-950: #10062D;
}