Indigo
#2D13A0
BlueColor Codes
All color formats for development
HEX
#2D13A0RGB
rgb(45, 19, 160)HSL
hsl(251, 79%, 35%)OKLCH
oklch(0.353 0.201 276.8)CMYK
cmyk(72%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#281190
2#240F80
3#1F0D70
4#1B0B60
5#160950
6#120740
7#0D0630
8#090420
9#040210
Tints
Lighter variations
1#3516BD
2#3D1ADB
3#512FE7
4#6A4DEA
5#836BEE
6#9C88F1
7#B4A6F5
8#CDC4F8
9#E6E1FC
Tones
Muted variations
1#311A99
2#362192
3#3A288B
4#3E2F84
5#43367D
6#473D75
7#4C446E
8#504B67
9#555260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC4 #CDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A796 #A796F3 | BordersInactive statesPlaceholder text |
| 400 | 795F #795FEC | Disabled statesSecondary iconsMuted text |
| 500 | 5332 #5332E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3818 #3818C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D13 #2D13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 200D #200D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1409 #140949 | Primary textHigh emphasis contentDark headings |
| 950 | 0D05 #0D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FD;
--indigo-100: #E4DFFB;
--indigo-200: #CDC4F8;
--indigo-300: #A796F3;
--indigo-400: #795FEC;
--indigo-500: #5332E7;
--indigo-600: #3818C9;
--indigo-700: #2D13A0;
--indigo-800: #200D72;
--indigo-900: #140949;
--indigo-950: #0D052E;
}