Indigo
#460F70
PurpleColor Codes
All color formats for development
HEX
#460F70RGB
rgb(70, 15, 112)HSL
hsl(274, 76%, 25%)OKLCH
oklch(0.324 0.151 304.3)CMYK
cmyk(37%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F0E65
2#380C5A
3#310B4F
4#2A0943
5#230838
6#1C062D
7#150522
8#0E0316
9#07020B
Tints
Lighter variations
1#5B1492
2#7018B4
3#851DD5
4#9835E3
5#A957E8
6#BA78ED
7#CB9AF1
8#DDBCF6
9#EEDDFA
Tones
Muted variations
1#46146B
2#451967
3#441E62
4#44235D
5#432858
6#422C53
7#42314E
8#413649
9#403B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFE0 #EFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C5 #E1C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | CA98 #CA98F1 | BordersInactive statesPlaceholder text |
| 400 | AF62 #AF62EA | Disabled statesSecondary iconsMuted text |
| 500 | 9835 #9835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7C1B #7C1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6215 #62159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 460F #460F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D0A #2D0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1C06 #1C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F2FD;
--indigo-100: #EFE0FB;
--indigo-200: #E1C5F7;
--indigo-300: #CA98F1;
--indigo-400: #AF62EA;
--indigo-500: #9835E3;
--indigo-600: #7C1BC5;
--indigo-700: #62159D;
--indigo-800: #460F70;
--indigo-900: #2D0A48;
--indigo-950: #1C062D;
}