Indigo
#29149F
BlueColor Codes
All color formats for development
HEX
#29149FRGB
rgb(41, 20, 159)HSL
hsl(249, 78%, 35%)OKLCH
oklch(0.349 0.201 275.1)CMYK
cmyk(74%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24128F
2#20107F
3#1C0E6F
4#180C5F
5#140A4F
6#100840
7#0C0630
8#080420
9#040210
Tints
Lighter variations
1#3017BC
2#381BDA
3#4C30E5
4#654EE9
5#7F6BED
6#9989F0
7#B2A6F4
8#CCC4F8
9#E5E1FB
Tones
Muted variations
1#2D1B98
2#322291
3#37298A
4#3C2F83
5#41367C
6#463D75
7#4B446E
8#504B67
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 | A497 #A497F2 | BordersInactive statesPlaceholder text |
| 400 | 7560 #7560EB | Disabled statesSecondary iconsMuted text |
| 500 | 4E33 #4E33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3319 #3319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2914 #29149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D0E #1D0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1309 #130949 | 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: #E3DFFB;
--indigo-200: #CCC4F8;
--indigo-300: #A497F2;
--indigo-400: #7560EB;
--indigo-500: #4E33E6;
--indigo-600: #3319C8;
--indigo-700: #29149F;
--indigo-800: #1D0E71;
--indigo-900: #130949;
--indigo-950: #0C062D;
}