Indigo
#35159D
BlueColor Codes
All color formats for development
HEX
#35159DRGB
rgb(53, 21, 157)HSL
hsl(254, 76%, 35%)OKLCH
oklch(0.357 0.195 280.8)CMYK
cmyk(66%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30138D
2#2A117E
3#250F6E
4#200D5E
5#1B0B4F
6#15093F
7#10062F
8#0B041F
9#050210
Tints
Lighter variations
1#3F19BA
2#491DD7
3#5C33E3
4#7350E7
5#8B6DEB
6#A28AEF
7#B9A7F3
8#D0C5F7
9#E8E2FB
Tones
Muted variations
1#391C96
2#3C2390
3#402A89
4#443182
5#47377B
6#4B3E74
7#4E456E
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 | D0C5 #D0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD98 #AD98F1 | BordersInactive statesPlaceholder text |
| 400 | 8262 #8262EA | Disabled statesSecondary iconsMuted text |
| 500 | 5E35 #5E35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 431B #431BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3515 #35159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 260F #260F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 180A #180A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0F06 #0F062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F2FD;
--indigo-100: #E6E0FB;
--indigo-200: #D0C5F7;
--indigo-300: #AD98F1;
--indigo-400: #8262EA;
--indigo-500: #5E35E3;
--indigo-600: #431BC5;
--indigo-700: #35159D;
--indigo-800: #260F70;
--indigo-900: #180A48;
--indigo-950: #0F062D;
}