Indigo
#2B0778
PurpleColor Codes
All color formats for development
HEX
#2B0778RGB
rgb(43, 7, 120)HSL
hsl(259, 89%, 25%)OKLCH
oklch(0.293 0.164 284.2)CMYK
cmyk(64%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27066C
2#220660
3#1E0554
4#1A0448
5#15043C
6#110330
7#0D0224
8#090118
9#04010C
Tints
Lighter variations
1#38099D
2#450BC1
3#520DE5
4#6726F2
5#804AF4
6#9A6EF7
7#B393F9
8#CCB7FB
9#E6DBFD
Tones
Muted variations
1#2D0D73
2#2F126D
3#311867
4#331E62
5#35235C
6#372956
7#3A2F51
8#3C344B
9#3E3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C0 #D3C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B190 #B190F9 | BordersInactive statesPlaceholder text |
| 400 | 8956 #8956F5 | Disabled statesSecondary iconsMuted text |
| 500 | 6726 #6726F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4C0C #4C0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C0A #3C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B07 #2B0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B04 #1B044D | Primary textHigh emphasis contentDark headings |
| 950 | 1103 #110330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E7DDFD;
--indigo-200: #D3C0FB;
--indigo-300: #B190F9;
--indigo-400: #8956F5;
--indigo-500: #6726F2;
--indigo-600: #4C0CD4;
--indigo-700: #3C0AA9;
--indigo-800: #2B0778;
--indigo-900: #1B044D;
--indigo-950: #110330;
}