Indigo
#2E2E84
BlueColor Codes
All color formats for development
HEX
#2E2E84RGB
rgb(46, 46, 132)HSL
hsl(240, 48%, 35%)OKLCH
oklch(0.359 0.14 276.7)CMYK
cmyk(65%, 65%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A2A77
2#25256A
3#20205C
4#1C1C4F
5#171742
6#131335
7#0E0E28
8#09091A
9#05050D
Tints
Lighter variations
1#37379D
2#4040B5
3#5353C3
4#6C6CCB
5#8484D4
6#9D9DDD
7#B5B5E5
8#CECEEE
9#E6E6F6
Tones
Muted variations
1#333380
2#37377C
3#3B3B77
4#404073
5#44446F
6#48486A
7#4C4C66
8#515162
9#55555E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECE #CECEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8A8 #A8A8E1 | BordersInactive statesPlaceholder text |
| 400 | 7B7B #7B7BD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5555 #5555C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A3A #3A3AA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E2E #2E2E84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2121 #21215E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1515 #15153C | Primary textHigh emphasis contentDark headings |
| 950 | 0D0D #0D0D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F4FB;
--indigo-100: #E5E5F6;
--indigo-200: #CECEEE;
--indigo-300: #A8A8E1;
--indigo-400: #7B7BD1;
--indigo-500: #5555C3;
--indigo-600: #3A3AA6;
--indigo-700: #2E2E84;
--indigo-800: #21215E;
--indigo-900: #15153C;
--indigo-950: #0D0D26;
}