Indigo
#3B0E71
PurpleColor Codes
All color formats for development
HEX
#3B0E71RGB
rgb(59, 14, 113)HSL
hsl(267, 78%, 25%)OKLCH
oklch(0.309 0.151 296.6)CMYK
cmyk(48%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#350D66
2#2F0B5B
3#290A4F
4#230844
5#1D0739
6#18062D
7#120422
8#0C0317
9#06010B
Tints
Lighter variations
1#4C1294
2#5E16B6
3#701BD8
4#8333E6
5#9855EA
6#AD77EE
7#C199F2
8#D6BBF7
9#EADDFB
Tones
Muted variations
1#3B136D
2#3C1868
3#3C1D63
4#3D225E
5#3D2759
6#3E2C54
7#3E314F
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 #DBC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C097 #C097F2 | BordersInactive statesPlaceholder text |
| 400 | 9F60 #9F60EB | Disabled statesSecondary iconsMuted text |
| 500 | 8333 #8333E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6719 #6719C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5214 #52149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0E #3B0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2609 #260949 | 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: #DBC4F8;
--indigo-300: #C097F2;
--indigo-400: #9F60EB;
--indigo-500: #8333E6;
--indigo-600: #6719C8;
--indigo-700: #52149F;
--indigo-800: #3B0E71;
--indigo-900: #260949;
--indigo-950: #18062D;
}