Indigo
#2D169C
BlueColor Codes
All color formats for development
HEX
#2D169CRGB
rgb(45, 22, 156)HSL
hsl(250, 75%, 35%)OKLCH
oklch(0.35 0.195 277.1)CMYK
cmyk(71%, 86%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28148D
2#24127D
3#1F106D
4#1B0D5E
5#160B4E
6#12093E
7#0D072F
8#09041F
9#040210
Tints
Lighter variations
1#351AB9
2#3D1FD6
3#5134E2
4#6A51E6
5#836EEA
6#9C8BEE
7#B4A8F3
8#CDC5F7
9#E6E2FB
Tones
Muted variations
1#311D95
2#36248F
3#3A2A88
4#3E3181
5#43387B
6#473E74
7#4C456D
8#504C67
9#555360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E0 #E4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC5 #CDC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A798 #A798F0 | BordersInactive statesPlaceholder text |
| 400 | 7963 #7963E9 | Disabled statesSecondary iconsMuted text |
| 500 | 5336 #5336E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 381C #381CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D16 #2D169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2010 #201070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 140A #140A47 | Primary textHigh emphasis contentDark headings |
| 950 | 0D06 #0D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F2FD;
--indigo-100: #E4E0FB;
--indigo-200: #CDC5F7;
--indigo-300: #A798F0;
--indigo-400: #7963E9;
--indigo-500: #5336E2;
--indigo-600: #381CC4;
--indigo-700: #2D169C;
--indigo-800: #201070;
--indigo-900: #140A47;
--indigo-950: #0D062D;
}