Indigo
#3D0F70
PurpleColor Codes
All color formats for development
HEX
#3D0F70RGB
rgb(61, 15, 112)HSL
hsl(268, 76%, 25%)OKLCH
oklch(0.312 0.15 298.2)CMYK
cmyk(46%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#360E65
2#300C5A
3#2A0B4F
4#240943
5#1E0838
6#18062D
7#120522
8#0C0316
9#06020B
Tints
Lighter variations
1#4F1492
2#6118B4
3#731DD5
4#8635E3
5#9B57E8
6#AF78ED
7#C39AF1
8#D7BCF6
9#EBDDFA
Tones
Muted variations
1#3D146B
2#3D1967
3#3D1E62
4#3E235D
5#3E2858
6#3E2C53
7#3F314E
8#3F3649
9#3F3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECE0 #ECE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC5 #DCC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C198 #C198F1 | BordersInactive statesPlaceholder text |
| 400 | A162 #A162EA | Disabled statesSecondary iconsMuted text |
| 500 | 8635 #8635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6B1B #6B1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5515 #55159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3D0F #3D0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 270A #270A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1806 #18062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F2FD;
--indigo-100: #ECE0FB;
--indigo-200: #DCC5F7;
--indigo-300: #C198F1;
--indigo-400: #A162EA;
--indigo-500: #8635E3;
--indigo-600: #6B1BC5;
--indigo-700: #55159D;
--indigo-800: #3D0F70;
--indigo-900: #270A48;
--indigo-950: #18062D;
}