Indigo
#2E2E85
BlueColor Codes
All color formats for development
HEX
#2E2E85RGB
rgb(46, 46, 133)HSL
hsl(240, 49%, 35%)OKLCH
oklch(0.36 0.142 276.6)CMYK
cmyk(65%, 65%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#292978
2#24246A
3#20205D
4#1B1B50
5#171742
6#121235
7#0E0E28
8#09091B
9#05050D
Tints
Lighter variations
1#36369E
2#3E3EB6
3#5252C4
4#6B6BCC
5#8484D5
6#9C9CDD
7#B5B5E6
8#CECEEE
9#E6E6F7
Tones
Muted variations
1#323281
2#36367C
3#3B3B78
4#3F3F73
5#43436F
6#48486B
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 | E4E4 #E4E4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECE #CECEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8A8 #A8A8E1 | BordersInactive statesPlaceholder text |
| 400 | 7A7A #7A7AD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5454 #5454C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3939 #3939A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E2E #2E2E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2121 #21215F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1515 #15153D | 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: #E4E4F6;
--indigo-200: #CECEEE;
--indigo-300: #A8A8E1;
--indigo-400: #7A7AD1;
--indigo-500: #5454C4;
--indigo-600: #3939A7;
--indigo-700: #2E2E85;
--indigo-800: #21215F;
--indigo-900: #15153D;
--indigo-950: #0D0D26;
}