Indigo
#2C3087
BlueColor Codes
All color formats for development
HEX
#2C3087RGB
rgb(44, 48, 135)HSL
hsl(237, 51%, 35%)OKLCH
oklch(0.364 0.142 274.8)CMYK
cmyk(67%, 64%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#272B79
2#23276C
3#1F225E
4#1A1D51
5#161843
6#111336
7#0D0E28
8#090A1B
9#04050D
Tints
Lighter variations
1#3439A0
2#3C42B9
3#5056C6
4#696ECE
5#8286D6
6#9B9EDF
7#B4B6E7
8#CDCFEF
9#E6E7F7
Tones
Muted variations
1#303482
2#35387E
3#393D79
4#3E4175
5#424570
6#47496B
7#4C4D67
8#505162
9#55555E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCF #CDCFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6A9 #A6A9E2 | BordersInactive statesPlaceholder text |
| 400 | 787D #787DD3 | Disabled statesSecondary iconsMuted text |
| 500 | 5258 #5258C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 373D #373DA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C30 #2C3087 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F22 #1F2260 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1416 #14163E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0E #0C0E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F3F4FB;
--indigo-100: #E4E5F6;
--indigo-200: #CDCFEF;
--indigo-300: #A6A9E2;
--indigo-400: #787DD3;
--indigo-500: #5258C7;
--indigo-600: #373DA9;
--indigo-700: #2C3087;
--indigo-800: #1F2260;
--indigo-900: #14163E;
--indigo-950: #0C0E27;
}