Indigo
#290DA5
BlueColor Codes
All color formats for development
HEX
#290DA5RGB
rgb(41, 13, 165)HSL
hsl(251, 85%, 35%)OKLCH
oklch(0.351 0.211 274.7)CMYK
cmyk(75%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#250C95
2#210B84
3#1D0974
4#190863
5#150753
6#100542
7#0C0432
8#080321
9#040111
Tints
Lighter variations
1#3110C4
2#3912E2
3#4D28EE
4#6647F0
5#8066F3
6#9984F5
7#B3A3F8
8#CCC2FA
9#E6E0FD
Tones
Muted variations
1#2E159E
2#331D96
3#38248E
4#3C2C87
5#41337F
6#463B78
7#4B4270
8#504A68
9#545261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DE #E4DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC2 #CCC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A592 #A592F6 | BordersInactive statesPlaceholder text |
| 400 | 765A #765AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 4E2B #4E2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3411 #3411D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 290D #290DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D0A #1D0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1306 #13064B | Primary textHigh emphasis contentDark headings |
| 950 | 0C04 #0C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F3F1FE;
--indigo-100: #E4DEFC;
--indigo-200: #CCC2FA;
--indigo-300: #A592F6;
--indigo-400: #765AF2;
--indigo-500: #4E2BEE;
--indigo-600: #3411D0;
--indigo-700: #290DA5;
--indigo-800: #1D0A76;
--indigo-900: #13064B;
--indigo-950: #0C042F;
}