Indigo
#2C0AA9
BlueColor Codes
All color formats for development
HEX
#2C0AA9RGB
rgb(44, 10, 169)HSL
hsl(253, 89%, 35%)OKLCH
oklch(0.357 0.216 275.6)CMYK
cmyk(74%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280998
2#230887
3#1F0776
4#1B0665
5#160554
6#120443
7#0D0333
8#090222
9#040111
Tints
Lighter variations
1#340CC8
2#3D0DE7
3#5024F2
4#6943F4
5#8262F6
6#9B82F8
7#B4A1FA
8#CDC0FB
9#E6E0FD
Tones
Muted variations
1#3112A1
2#351A99
3#3A2291
4#3E2A89
5#433281
6#473979
7#4C4171
8#504969
9#555161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC0 #CDC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A790 #A790F9 | BordersInactive statesPlaceholder text |
| 400 | 7956 #7956F5 | Disabled statesSecondary iconsMuted text |
| 500 | 5226 #5226F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 380C #380CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C0A #2C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2007 #200778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1404 #14044D | Primary textHigh emphasis contentDark headings |
| 950 | 0D03 #0D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F3F1FE;
--indigo-100: #E4DDFD;
--indigo-200: #CDC0FB;
--indigo-300: #A790F9;
--indigo-400: #7956F5;
--indigo-500: #5226F2;
--indigo-600: #380CD4;
--indigo-700: #2C0AA9;
--indigo-800: #200778;
--indigo-900: #14044D;
--indigo-950: #0D0330;
}