Indigo
#351070
PurpleColor Codes
All color formats for development
HEX
#351070RGB
rgb(53, 16, 112)HSL
hsl(263, 75%, 25%)OKLCH
oklch(0.303 0.148 292.4)CMYK
cmyk(53%, 86%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F0E64
2#2A0D59
3#250B4E
4#200A43
5#1A0838
6#15062D
7#100521
8#0B0316
9#05020B
Tints
Lighter variations
1#441591
2#5419B3
3#641ED4
4#7836E2
5#8F58E7
6#A579EC
7#BC9BF1
8#D2BCF5
9#E9DEFA
Tones
Muted variations
1#36156B
2#371966
3#381E61
4#39235C
5#3A2858
6#3B2D53
7#3C314E
8#3E3649
9#3F3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C5 #D8C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA98 #BA98F0 | BordersInactive statesPlaceholder text |
| 400 | 9663 #9663E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7836 #7836E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D1C #5D1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A16 #4A169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3510 #351070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 220A #220A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1506 #15062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F2FD;
--indigo-100: #EAE0FB;
--indigo-200: #D8C5F7;
--indigo-300: #BA98F0;
--indigo-400: #9663E9;
--indigo-500: #7836E2;
--indigo-600: #5D1CC4;
--indigo-700: #4A169C;
--indigo-800: #351070;
--indigo-900: #220A47;
--indigo-950: #15062D;
}