Indigo
#4A0B74
PurpleColor Codes
All color formats for development
HEX
#4A0B74RGB
rgb(74, 11, 116)HSL
hsl(276, 83%, 25%)OKLCH
oklch(0.33 0.159 305.6)CMYK
cmyk(36%, 91%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#430A69
2#3B095D
3#340852
4#2D0746
5#25053A
6#1E042F
7#160323
8#0F0217
9#07010C
Tints
Lighter variations
1#610E98
2#7711BB
3#8D15DE
4#9F2DEB
5#AF50EF
6#BF73F2
7#CF96F5
8#DFB9F8
9#EFDCFC
Tones
Muted variations
1#49106F
2#48156A
3#471B65
4#46205F
5#45255A
6#442B55
7#433050
8#42354A
9#413A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DE #F0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C2 #E3C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CE94 #CE94F5 | BordersInactive statesPlaceholder text |
| 400 | B55C #B55CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 9F2D #9F2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 8313 #8313CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 680F #680FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0B #4A0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3007 #30074B | Primary textHigh emphasis contentDark headings |
| 950 | 1E04 #1E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FE;
--indigo-100: #F0DEFC;
--indigo-200: #E3C2F9;
--indigo-300: #CE94F5;
--indigo-400: #B55CF0;
--indigo-500: #9F2DEB;
--indigo-600: #8313CD;
--indigo-700: #680FA3;
--indigo-800: #4A0B75;
--indigo-900: #30074B;
--indigo-950: #1E042F;
}