Indigo
#2B2B88
BlueColor Codes
All color formats for development
HEX
#2B2B88RGB
rgb(43, 43, 136)HSL
hsl(240, 52%, 35%)OKLCH
oklch(0.355 0.15 275.6)CMYK
cmyk(68%, 68%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27277A
2#22226D
3#1E1E5F
4#1A1A51
5#151544
6#111136
7#0D0D29
8#09091B
9#04040E
Tints
Lighter variations
1#3333A1
2#3B3BBA
3#4F4FC7
4#6868CF
5#8181D7
6#9A9ADF
7#B3B3E7
8#CDCDEF
9#E6E6F7
Tones
Muted variations
1#2F2F83
2#34347E
3#39397A
4#3D3D75
5#424270
6#47476C
7#4B4B67
8#505063
9#55555E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCD #CDCDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6A6 #A6A6E3 | BordersInactive statesPlaceholder text |
| 400 | 7777 #7777D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5151 #5151C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3636 #3636AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B2B #2B2B88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F1F #1F1F61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1414 #14143E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0C #0C0C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F3F3FB;
--indigo-100: #E4E4F6;
--indigo-200: #CDCDEF;
--indigo-300: #A6A6E3;
--indigo-400: #7777D4;
--indigo-500: #5151C8;
--indigo-600: #3636AB;
--indigo-700: #2B2B88;
--indigo-800: #1F1F61;
--indigo-900: #14143E;
--indigo-950: #0C0C27;
}