Indigo
#292B89
BlueColor Codes
All color formats for development
HEX
#292B89RGB
rgb(41, 43, 137)HSL
hsl(239, 54%, 35%)OKLCH
oklch(0.355 0.152 274.5)CMYK
cmyk(70%, 69%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25267C
2#21226E
3#1D1E60
4#191A52
5#151545
6#101137
7#0C0D29
8#08091B
9#04040E
Tints
Lighter variations
1#3133A3
2#383BBC
3#4C4ECA
4#6668D1
5#7F81D9
6#999AE1
7#B2B3E8
8#CCCDF0
9#E5E6F7
Tones
Muted variations
1#2E2F85
2#333480
3#38397B
4#3C3D76
5#414271
6#46476D
7#4B4B68
8#505063
9#54555E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCD #CCCDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A6 #A5A6E4 | BordersInactive statesPlaceholder text |
| 400 | 7677 #7677D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E50 #4E50CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3436 #3436AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 292B #292B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D1E #1D1E62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1314 #13143F | Primary textHigh emphasis contentDark headings |
| 950 | 0C0C #0C0C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F3F3FB;
--indigo-100: #E4E4F7;
--indigo-200: #CCCDF0;
--indigo-300: #A5A6E4;
--indigo-400: #7677D6;
--indigo-500: #4E50CA;
--indigo-600: #3436AD;
--indigo-700: #292B89;
--indigo-800: #1D1E62;
--indigo-900: #13143F;
--indigo-950: #0C0C27;
}