Indigo
#3A0150
PurpleColor Codes
All color formats for development
HEX
#3A0150RGB
rgb(58, 1, 80)HSL
hsl(283, 98%, 16%)OKLCH
oklch(0.264 0.13 313.1)CMYK
cmyk(28%, 99%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#340149
2#2F0141
3#290139
4#230030
5#1D0028
6#170020
7#110018
8#0C0010
9#060008
Tints
Lighter variations
1#59017B
2#7702A6
3#9602D0
4#B403FA
5#C12BFD
6#CE55FD
7#DA80FE
8#E6AAFE
9#F3D5FF
Tones
Muted variations
1#38054D
2#370949
3#350D45
4#331141
5#31153D
6#301939
7#2E1D35
8#2C2131
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 | ECBD #ECBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | DD8B #DD8BFE | BordersInactive statesPlaceholder text |
| 400 | CC4E #CC4EFD | Disabled statesSecondary iconsMuted text |
| 500 | BD1C #BD1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | A002 #A002DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7F02 #7F02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B01 #5B017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A01 #3A0151 | Primary textHigh emphasis contentDark headings |
| 950 | 2401 #240132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FF;
--indigo-100: #F5DCFF;
--indigo-200: #ECBDFE;
--indigo-300: #DD8BFE;
--indigo-400: #CC4EFD;
--indigo-500: #BD1CFD;
--indigo-600: #A002DE;
--indigo-700: #7F02B1;
--indigo-800: #5B017E;
--indigo-900: #3A0151;
--indigo-950: #240132;
}