Indigo
#2F0AA9
BlueColor Codes
All color formats for development
HEX
#2F0AA9RGB
rgb(47, 10, 169)HSL
hsl(254, 89%, 35%)OKLCH
oklch(0.359 0.215 276.8)CMYK
cmyk(72%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0998
2#260887
3#210776
4#1C0665
5#170554
6#130443
7#0E0333
8#090222
9#050111
Tints
Lighter variations
1#380CC8
2#400DE7
3#5424F2
4#6C43F4
5#8562F6
6#9D82F8
7#B6A1FA
8#CEC0FB
9#E7E0FD
Tones
Muted variations
1#3312A1
2#371A99
3#3C2291
4#402A89
5#443281
6#483979
7#4D4171
8#514969
9#555161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC0 #CEC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A990 #A990F9 | BordersInactive statesPlaceholder text |
| 400 | 7B56 #7B56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 5626 #5626F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B0C #3B0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F0A #2F0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2107 #210778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1504 #15044D | 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: #F4F1FE;
--indigo-100: #E5DDFD;
--indigo-200: #CEC0FB;
--indigo-300: #A990F9;
--indigo-400: #7B56F5;
--indigo-500: #5626F2;
--indigo-600: #3B0CD4;
--indigo-700: #2F0AA9;
--indigo-800: #210778;
--indigo-900: #15044D;
--indigo-950: #0D0330;
}