Indigo
#3A044E
PurpleColor Codes
All color formats for development
HEX
#3A044ERGB
rgb(58, 4, 78)HSL
hsl(284, 90%, 16%)OKLCH
oklch(0.265 0.125 313.9)CMYK
cmyk(26%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#340446
2#2E033E
3#290336
4#23022F
5#1D0227
6#17021F
7#110117
8#0C0110
9#060008
Tints
Lighter variations
1#580676
2#77089F
3#950BC8
4#B40DF0
5#C134F4
6#CD5CF6
7#DA85F9
8#E6AEFB
9#F3D6FD
Tones
Muted variations
1#38084A
2#370B46
3#350F43
4#33133F
5#31163B
6#301A37
7#2E1E34
8#2C2130
9#2B252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DD #F5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC0 #ECC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | DD90 #DD90F9 | BordersInactive statesPlaceholder text |
| 400 | CB55 #CB55F6 | Disabled statesSecondary iconsMuted text |
| 500 | BC25 #BC25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9F0B #9F0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7F09 #7F09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B06 #5B0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A04 #3A044E | Primary textHigh emphasis contentDark headings |
| 950 | 2403 #240330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FE;
--indigo-100: #F5DDFD;
--indigo-200: #ECC0FC;
--indigo-300: #DD90F9;
--indigo-400: #CB55F6;
--indigo-500: #BC25F4;
--indigo-600: #9F0BD5;
--indigo-700: #7F09AA;
--indigo-800: #5B0679;
--indigo-900: #3A044E;
--indigo-950: #240330;
}