Indigo
#2B149F
BlueColor Codes
All color formats for development
HEX
#2B149FRGB
rgb(43, 20, 159)HSL
hsl(250, 78%, 35%)OKLCH
oklch(0.351 0.2 276)CMYK
cmyk(73%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27128F
2#22107F
3#1E0E6F
4#1A0C5F
5#150A4F
6#110840
7#0D0630
8#090420
9#040210
Tints
Lighter variations
1#3317BC
2#3B1BDA
3#4F30E5
4#684EE9
5#816BED
6#9A89F0
7#B3A6F4
8#CDC4F8
9#E6E1FB
Tones
Muted variations
1#2F1B98
2#342291
3#39298A
4#3D2F83
5#42367C
6#473D75
7#4B446E
8#504B67
9#555260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC4 #CDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A697 #A697F2 | BordersInactive statesPlaceholder text |
| 400 | 7760 #7760EB | Disabled statesSecondary iconsMuted text |
| 500 | 5133 #5133E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3619 #3619C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B14 #2B149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F0E #1F0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1409 #140949 | Primary textHigh emphasis contentDark headings |
| 950 | 0C06 #0C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F3F1FD;
--indigo-100: #E4DFFB;
--indigo-200: #CDC4F8;
--indigo-300: #A697F2;
--indigo-400: #7760EB;
--indigo-500: #5133E6;
--indigo-600: #3619C8;
--indigo-700: #2B149F;
--indigo-800: #1F0E71;
--indigo-900: #140949;
--indigo-950: #0C062D;
}