Indigo
#3B0151
PurpleColor Codes
All color formats for development
HEX
#3B0151RGB
rgb(59, 1, 81)HSL
hsl(284, 98%, 16%)OKLCH
oklch(0.267 0.131 313.3)CMYK
cmyk(27%, 99%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#360149
2#300141
3#2A0139
4#240030
5#1E0028
6#180020
7#120018
8#0C0010
9#060008
Tints
Lighter variations
1#5B017B
2#7A02A6
3#9902D0
4#B803FA
5#C52BFD
6#D155FD
7#DC80FE
8#E8AAFE
9#F3D5FF
Tones
Muted variations
1#3A054D
2#380949
3#360D45
4#341141
5#32153D
6#301939
7#2E1D35
8#2D2131
9#2B252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DC #F5DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBD #EDBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | DF8B #DF8BFE | BordersInactive statesPlaceholder text |
| 400 | CF4E #CF4EFD | Disabled statesSecondary iconsMuted text |
| 500 | C11C #C11CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | A402 #A402DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8202 #8202B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D01 #5D017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B01 #3B0151 | Primary textHigh emphasis contentDark headings |
| 950 | 2501 #250132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FF;
--indigo-100: #F5DCFF;
--indigo-200: #EDBDFE;
--indigo-300: #DF8BFE;
--indigo-400: #CF4EFD;
--indigo-500: #C11CFD;
--indigo-600: #A402DE;
--indigo-700: #8202B1;
--indigo-800: #5D017E;
--indigo-900: #3B0151;
--indigo-950: #250132;
}