Indigo
#4B0F70
PurpleColor Codes
All color formats for development
HEX
#4B0F70RGB
rgb(75, 15, 112)HSL
hsl(277, 76%, 25%)OKLCH
oklch(0.331 0.152 307.6)CMYK
cmyk(33%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#440E65
2#3C0C5A
3#350B4F
4#2D0943
5#260838
6#1E062D
7#170522
8#0F0316
9#08020B
Tints
Lighter variations
1#621492
2#7818B4
3#8F1DD5
4#A135E3
5#B057E8
6#C078ED
7#D09AF1
8#E0BCF6
9#EFDDFA
Tones
Muted variations
1#4A146B
2#491967
3#481E62
4#47235D
5#452858
6#442C53
7#43314E
8#423649
9#413B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0E0 #F0E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C5 #E4C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | CF98 #CF98F1 | BordersInactive statesPlaceholder text |
| 400 | B662 #B662EA | Disabled statesSecondary iconsMuted text |
| 500 | A135 #A135E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 841B #841BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6915 #69159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B0F #4B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 300A #300A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1E06 #1E062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F2FD;
--indigo-100: #F0E0FB;
--indigo-200: #E4C5F7;
--indigo-300: #CF98F1;
--indigo-400: #B662EA;
--indigo-500: #A135E3;
--indigo-600: #841BC5;
--indigo-700: #69159D;
--indigo-800: #4B0F70;
--indigo-900: #300A48;
--indigo-950: #1E062D;
}