Indigo
#310DA5
BlueColor Codes
All color formats for development
HEX
#310DA5RGB
rgb(49, 13, 165)HSL
hsl(254, 85%, 35%)OKLCH
oklch(0.357 0.209 278.1)CMYK
cmyk(70%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0C95
2#270B84
3#220974
4#1D0863
5#180753
6#140542
7#0F0432
8#0A0321
9#050111
Tints
Lighter variations
1#3A10C4
2#4312E2
3#5628EE
4#6E47F0
5#8766F3
6#9F84F5
7#B7A3F8
8#CFC2FA
9#E7E0FD
Tones
Muted variations
1#35159E
2#391D96
3#3D248E
4#412C87
5#45337F
6#493B78
7#4D4270
8#514A68
9#555261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DE #E5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC2 #CFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AA92 #AA92F6 | BordersInactive statesPlaceholder text |
| 400 | 7D5A #7D5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 582B #582BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D11 #3D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 310D #310DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 230A #230A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1606 #16064B | Primary textHigh emphasis contentDark headings |
| 950 | 0E04 #0E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FE;
--indigo-100: #E5DEFC;
--indigo-200: #CFC2FA;
--indigo-300: #AA92F6;
--indigo-400: #7D5AF2;
--indigo-500: #582BEE;
--indigo-600: #3D11D0;
--indigo-700: #310DA5;
--indigo-800: #230A76;
--indigo-900: #16064B;
--indigo-950: #0E042F;
}