Indigo
#3B0F71
PurpleColor Codes
All color formats for development
HEX
#3B0F71RGB
rgb(59, 15, 113)HSL
hsl(267, 77%, 25%)OKLCH
oklch(0.31 0.15 296.4)CMYK
cmyk(48%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#350D66
2#2F0C5A
3#290A4F
4#230944
5#1D0738
6#18062D
7#120422
8#0C0317
9#06010B
Tints
Lighter variations
1#4C1393
2#5E17B5
3#701CD6
4#8334E5
5#9856E9
6#AD78ED
7#C199F2
8#D6BBF6
9#EADDFB
Tones
Muted variations
1#3B146C
2#3C1867
3#3C1D62
4#3D225D
5#3D2758
6#3E2C53
7#3E314E
8#3F364A
9#3F3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDF #ECDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC4 #DBC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C097 #C097F2 | BordersInactive statesPlaceholder text |
| 400 | 9F61 #9F61EA | Disabled statesSecondary iconsMuted text |
| 500 | 8334 #8334E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 681A #681AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5215 #52159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0F #3B0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2609 #260948 | Primary textHigh emphasis contentDark headings |
| 950 | 1806 #18062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FD;
--indigo-100: #ECDFFB;
--indigo-200: #DBC4F7;
--indigo-300: #C097F2;
--indigo-400: #9F61EA;
--indigo-500: #8334E5;
--indigo-600: #681AC7;
--indigo-700: #52159E;
--indigo-800: #3B0F71;
--indigo-900: #260948;
--indigo-950: #18062D;
}