Indigo
#4F0B74
PurpleColor Codes
All color formats for development
HEX
#4F0B74RGB
rgb(79, 11, 116)HSL
hsl(279, 83%, 25%)OKLCH
oklch(0.338 0.16 308.7)CMYK
cmyk(32%, 91%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#480A69
2#40095D
3#380852
4#300746
5#28053A
6#20042F
7#180323
8#100217
9#08010C
Tints
Lighter variations
1#680E98
2#7F11BB
3#9715DE
4#A92DEB
5#B750EF
6#C673F2
7#D496F5
8#E2B9F8
9#F1DCFC
Tones
Muted variations
1#4E106F
2#4C156A
3#4B1B65
4#49205F
5#48255A
6#462B55
7#453050
8#43354A
9#413A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DE #F2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C2 #E6C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D394 #D394F5 | BordersInactive statesPlaceholder text |
| 400 | BC5C #BC5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | A92D #A92DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C13 #8C13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F0F #6F0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 500B #500B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3307 #33074B | Primary textHigh emphasis contentDark headings |
| 950 | 2004 #20042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FE;
--indigo-100: #F2DEFC;
--indigo-200: #E6C2F9;
--indigo-300: #D394F5;
--indigo-400: #BC5CF0;
--indigo-500: #A92DEB;
--indigo-600: #8C13CD;
--indigo-700: #6F0FA3;
--indigo-800: #500B75;
--indigo-900: #33074B;
--indigo-950: #20042F;
}