Indigo
#2A0BA8
BlueColor Codes
All color formats for development
HEX
#2A0BA8RGB
rgb(42, 11, 168)HSL
hsl(252, 88%, 35%)OKLCH
oklch(0.355 0.215 274.9)CMYK
cmyk(75%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#260A97
2#220986
3#1D0775
4#190665
5#150554
6#110443
7#0D0332
8#080222
9#040111
Tints
Lighter variations
1#320DC7
2#3A0FE6
3#4E25F1
4#6744F3
5#8063F5
6#9A82F7
7#B3A2F9
8#CCC1FB
9#E6E0FD
Tones
Muted variations
1#2F13A0
2#341A98
3#382290
4#3D2A88
5#423281
6#463A79
7#4B4271
8#504A69
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 | CCC1 #CCC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A591 #A591F8 | BordersInactive statesPlaceholder text |
| 400 | 7757 #7757F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5027 #5027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 350D #350DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A0B #2A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E08 #1E0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1305 #13054D | Primary textHigh emphasis contentDark headings |
| 950 | 0C03 #0C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F3F1FE;
--indigo-100: #E4DDFD;
--indigo-200: #CCC1FB;
--indigo-300: #A591F8;
--indigo-400: #7757F4;
--indigo-500: #5027F1;
--indigo-600: #350DD3;
--indigo-700: #2A0BA8;
--indigo-800: #1E0878;
--indigo-900: #13054D;
--indigo-950: #0C0330;
}