Indigo
#2D2D86
BlueColor Codes
All color formats for development
HEX
#2D2D86RGB
rgb(45, 45, 134)HSL
hsl(240, 50%, 35%)OKLCH
oklch(0.358 0.145 276.3)CMYK
cmyk(66%, 66%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#282878
2#24246B
3#1F1F5E
4#1B1B50
5#161643
6#121236
7#0D0D28
8#09091B
9#04040D
Tints
Lighter variations
1#35359F
2#3D3DB8
3#5151C5
4#6A6ACD
5#8383D6
6#9C9CDE
7#B4B4E6
8#CDCDEE
9#E6E6F7
Tones
Muted variations
1#313181
2#36367D
3#3A3A78
4#3E3E74
5#434370
6#47476B
7#4C4C67
8#505062
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 | CDCD #CDCDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7A7 #A7A7E2 | BordersInactive statesPlaceholder text |
| 400 | 7979 #7979D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5353 #5353C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3838 #3838A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D2D #2D2D86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2020 #202060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1414 #14143D | 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: #CDCDEE;
--indigo-300: #A7A7E2;
--indigo-400: #7979D2;
--indigo-500: #5353C6;
--indigo-600: #3838A8;
--indigo-700: #2D2D86;
--indigo-800: #202060;
--indigo-900: #14143D;
--indigo-950: #0D0D26;
}