Indigo
#2502B1
BlueColor Codes
All color formats for development
HEX
#2502B1RGB
rgb(37, 2, 177)HSL
hsl(252, 98%, 35%)OKLCH
oklch(0.359 0.229 272.2)CMYK
cmyk(79%, 99%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21029F
2#1D018D
3#1A017C
4#16016A
5#120158
6#0F0147
7#0B0135
8#070023
9#040012
Tints
Lighter variations
1#2C02D2
2#3202F2
3#4719FD
4#613AFD
5#7B5BFD
6#967CFE
7#B09DFE
8#CABDFE
9#E5DEFF
Tones
Muted variations
1#2A0BA8
2#2F139F
3#351C96
4#3A258E
5#3F2E85
6#44367C
7#4A3F73
8#4F486B
9#545162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABD #CABDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A28B #A28BFE | BordersInactive statesPlaceholder text |
| 400 | 714E #714EFD | Disabled statesSecondary iconsMuted text |
| 500 | 491C #491CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E02 #2E02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2502 #2502B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A01 #1A017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1101 #110151 | Primary textHigh emphasis contentDark headings |
| 950 | 0B01 #0B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F3F0FF;
--indigo-100: #E3DCFF;
--indigo-200: #CABDFE;
--indigo-300: #A28BFE;
--indigo-400: #714EFD;
--indigo-500: #491CFD;
--indigo-600: #2E02DE;
--indigo-700: #2502B1;
--indigo-800: #1A017E;
--indigo-900: #110151;
--indigo-950: #0B0132;
}