Indigo
#2D3186
BlueColor Codes
All color formats for development
HEX
#2D3186RGB
rgb(45, 49, 134)HSL
hsl(237, 50%, 35%)OKLCH
oklch(0.366 0.139 275)CMYK
cmyk(66%, 63%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#282C78
2#24276B
3#1F225E
4#1B1D50
5#161943
6#121436
7#0D0F28
8#090A1B
9#04050D
Tints
Lighter variations
1#353A9F
2#3D43B8
3#5157C5
4#6A6FCD
5#8387D6
6#9C9FDE
7#B4B7E6
8#CDCFEE
9#E6E7F7
Tones
Muted variations
1#313581
2#36397D
3#3A3D78
4#3E4174
5#434570
6#47496B
7#4C4D67
8#505162
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 | CDCF #CDCFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7AA #A7AAE2 | BordersInactive statesPlaceholder text |
| 400 | 797E #797ED2 | Disabled statesSecondary iconsMuted text |
| 500 | 5359 #5359C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 383E #383EA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D31 #2D3186 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2023 #202360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1416 #14163D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0E #0D0E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F4FB;
--indigo-100: #E4E5F6;
--indigo-200: #CDCFEE;
--indigo-300: #A7AAE2;
--indigo-400: #797ED2;
--indigo-500: #5359C6;
--indigo-600: #383EA8;
--indigo-700: #2D3186;
--indigo-800: #202360;
--indigo-900: #14163D;
--indigo-950: #0D0E26;
}