Indigo
#2D05AD
BlueColor Codes
All color formats for development
HEX
#2D05ADRGB
rgb(45, 5, 173)HSL
hsl(254, 94%, 35%)OKLCH
oklch(0.36 0.222 275.6)CMYK
cmyk(74%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28059C
2#24048B
3#1F0479
4#1B0368
5#160357
6#120245
7#0D0234
8#090123
9#040111
Tints
Lighter variations
1#3506CD
2#3D07ED
3#511EF8
4#6A3EF9
5#835EFA
6#9B7EFB
7#B49FFC
8#CDBFFD
9#E6DFFE
Tones
Muted variations
1#310EA5
2#35169C
3#3A1F94
4#3E278C
5#432F83
6#47387B
7#4C4072
8#50486A
9#555162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DC #E4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBF #CDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A78D #A78DFB | BordersInactive statesPlaceholder text |
| 400 | 7952 #7952FA | Disabled statesSecondary iconsMuted text |
| 500 | 5320 #5320F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3807 #3807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D05 #2D05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2004 #20047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1402 #14024F | Primary textHigh emphasis contentDark headings |
| 950 | 0D02 #0D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FF;
--indigo-100: #E4DCFE;
--indigo-200: #CDBFFD;
--indigo-300: #A78DFB;
--indigo-400: #7952FA;
--indigo-500: #5320F8;
--indigo-600: #3807DA;
--indigo-700: #2D05AD;
--indigo-800: #20047C;
--indigo-900: #14024F;
--indigo-950: #0D0231;
}