Indigo
#2813A0
BlueColor Codes
All color formats for development
HEX
#2813A0RGB
rgb(40, 19, 160)HSL
hsl(249, 79%, 35%)OKLCH
oklch(0.349 0.203 274.7)CMYK
cmyk(75%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#241190
2#200F80
3#1C0D70
4#180B60
5#140950
6#100740
7#0C0630
8#080420
9#040210
Tints
Lighter variations
1#2F16BD
2#371ADB
3#4B2FE7
4#654DEA
5#7E6BEE
6#9888F1
7#B2A6F5
8#CCC4F8
9#E5E1FC
Tones
Muted variations
1#2D1A99
2#322192
3#37288B
4#3C2F84
5#41367D
6#463D75
7#4A446E
8#4F4B67
9#545260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC4 #CCC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A496 #A496F3 | BordersInactive statesPlaceholder text |
| 400 | 745F #745FEC | Disabled statesSecondary iconsMuted text |
| 500 | 4D32 #4D32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3218 #3218C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2813 #2813A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0D #1C0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1209 #120949 | Primary textHigh emphasis contentDark headings |
| 950 | 0B05 #0B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F3F1FD;
--indigo-100: #E3DFFB;
--indigo-200: #CCC4F8;
--indigo-300: #A496F3;
--indigo-400: #745FEC;
--indigo-500: #4D32E7;
--indigo-600: #3218C9;
--indigo-700: #2813A0;
--indigo-800: #1C0D72;
--indigo-900: #120949;
--indigo-950: #0B052E;
}