Indigo
#2E3085
BlueColor Codes
All color formats for development
HEX
#2E3085RGB
rgb(46, 48, 133)HSL
hsl(239, 49%, 35%)OKLCH
oklch(0.364 0.139 276)CMYK
cmyk(65%, 64%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#292A78
2#24266A
3#20215D
4#1B1C50
5#171742
6#121335
7#0E0E28
8#09091B
9#05050D
Tints
Lighter variations
1#36389E
2#3E40B6
3#5254C4
4#6B6CCC
5#8485D5
6#9C9DDD
7#B5B6E6
8#CECEEE
9#E6E7F7
Tones
Muted variations
1#323381
2#36377C
3#3B3C78
4#3F4073
5#43446F
6#48486B
7#4C4D66
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 | E4E5 #E4E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECE #CECEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8A9 #A8A9E1 | BordersInactive statesPlaceholder text |
| 400 | 7A7B #7A7BD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5456 #5456C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 393B #393BA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E2F #2E2F85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2122 #21225F | 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: #E4E5F6;
--indigo-200: #CECEEE;
--indigo-300: #A8A9E1;
--indigo-400: #7A7BD1;
--indigo-500: #5456C4;
--indigo-600: #393BA7;
--indigo-700: #2E2F85;
--indigo-800: #21225F;
--indigo-900: #15153D;
--indigo-950: #0D0D26;
}