Indigo
#2A3089
BlueColor Codes
All color formats for development
HEX
#2A3089RGB
rgb(42, 48, 137)HSL
hsl(236, 53%, 35%)OKLCH
oklch(0.365 0.146 273.7)CMYK
cmyk(69%, 65%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#262B7B
2#22276D
3#1D2260
4#191D52
5#151844
6#111337
7#0D0E29
8#080A1B
9#04050E
Tints
Lighter variations
1#3239A2
2#3A42BB
3#4D56C8
4#676ED0
5#8086D8
6#9A9EE0
7#B3B6E8
8#CCCFEF
9#E6E7F7
Tones
Muted variations
1#2F3484
2#33387F
3#383D7A
4#3D4176
5#424571
6#46496C
7#4B4D67
8#505163
9#55555E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCF #CCCFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A9 #A5A9E3 | BordersInactive statesPlaceholder text |
| 400 | 767D #767DD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F58 #4F58C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 353D #353DAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A30 #2A3089 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E22 #1E2262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1316 #13163E | 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: #E4E5F7;
--indigo-200: #CCCFEF;
--indigo-300: #A5A9E3;
--indigo-400: #767DD5;
--indigo-500: #4F58C9;
--indigo-600: #353DAC;
--indigo-700: #2A3089;
--indigo-800: #1E2262;
--indigo-900: #13163E;
--indigo-950: #0C0E27;
}