Indigo
#410F70
PurpleColor Codes
All color formats for development
HEX
#410F70RGB
rgb(65, 15, 112)HSL
hsl(271, 76%, 25%)OKLCH
oklch(0.317 0.15 300.9)CMYK
cmyk(42%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B0E65
2#340C5A
3#2E0B4F
4#270943
5#210838
6#1A062D
7#140522
8#0D0316
9#07020B
Tints
Lighter variations
1#551492
2#6918B4
3#7C1DD5
4#8F35E3
5#A257E8
6#B478ED
7#C79AF1
8#DABCF6
9#ECDDFA
Tones
Muted variations
1#41146B
2#411967
3#411E62
4#41235D
5#412858
6#402C53
7#40314E
8#403649
9#403B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEE0 #EEE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC5 #DFC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C698 #C698F1 | BordersInactive statesPlaceholder text |
| 400 | A862 #A862EA | Disabled statesSecondary iconsMuted text |
| 500 | 8F35 #8F35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 731B #731BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C15 #5C159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410F #410F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A0A #2A0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1A06 #1A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F2FD;
--indigo-100: #EEE0FB;
--indigo-200: #DFC5F7;
--indigo-300: #C698F1;
--indigo-400: #A862EA;
--indigo-500: #8F35E3;
--indigo-600: #731BC5;
--indigo-700: #5C159D;
--indigo-800: #410F70;
--indigo-900: #2A0A48;
--indigo-950: #1A062D;
}