Indigo
#2B0878
PurpleColor Codes
All color formats for development
HEX
#2B0878RGB
rgb(43, 8, 120)HSL
hsl(259, 88%, 25%)OKLCH
oklch(0.294 0.163 284.2)CMYK
cmyk(64%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27076C
2#230660
3#1E0554
4#1A0548
5#16043C
6#110330
7#0D0224
8#090218
9#04010C
Tints
Lighter variations
1#380A9C
2#450CC0
3#520FE4
4#6727F1
5#814BF4
6#9A6FF6
7#B393F8
8#CCB7FA
9#E6DBFD
Tones
Muted variations
1#2D0D72
2#2F136D
3#311867
4#331E61
5#35245C
6#382956
7#3A2F51
8#3C354B
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 | D3C1 #D3C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B191 #B191F8 | BordersInactive statesPlaceholder text |
| 400 | 8957 #8957F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6727 #6727F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4C0D #4C0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C0B #3C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B08 #2B0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C05 #1C054D | 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: #D3C1FB;
--indigo-300: #B191F8;
--indigo-400: #8957F4;
--indigo-500: #6727F1;
--indigo-600: #4C0DD3;
--indigo-700: #3C0BA8;
--indigo-800: #2B0878;
--indigo-900: #1C054D;
--indigo-950: #110330;
}