Indigo
#3B116E
PurpleColor Codes
All color formats for development
HEX
#3B116ERGB
rgb(59, 17, 110)HSL
hsl(267, 73%, 25%)OKLCH
oklch(0.309 0.145 297.3)CMYK
cmyk(46%, 85%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#350F63
2#2F0E58
3#290C4D
4#230A42
5#1E0937
6#18072C
7#120521
8#0C0316
9#06020B
Tints
Lighter variations
1#4D168F
2#5F1CB0
3#7021D2
4#8438E0
5#985AE5
6#AD7BEA
7#C19CF0
8#D6BDF5
9#EADEFA
Tones
Muted variations
1#3C166A
2#3C1B65
3#3C1F60
4#3D245C
5#3D2857
6#3E2D52
7#3E324E
8#3F3649
9#3F3B44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECE0 #ECE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC6 #DBC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | C09A #C09AEF | BordersInactive statesPlaceholder text |
| 400 | 9F65 #9F65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 8438 #8438E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 681E #681EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5318 #53189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B11 #3B116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 260B #260B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1807 #18072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F2FD;
--indigo-100: #ECE0FA;
--indigo-200: #DBC6F6;
--indigo-300: #C09AEF;
--indigo-400: #9F65E7;
--indigo-500: #8438E0;
--indigo-600: #681EC2;
--indigo-700: #53189A;
--indigo-800: #3B116E;
--indigo-900: #260B47;
--indigo-950: #18072C;
}