Indigo
#3C0FA3
PurpleColor Codes
All color formats for development
HEX
#3C0FA3RGB
rgb(60, 15, 163)HSL
hsl(258, 83%, 35%)OKLCH
oklch(0.366 0.204 283.5)CMYK
cmyk(63%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#360E93
2#300C83
3#2A0B72
4#240962
5#1E0852
6#180641
7#120531
8#0C0321
9#060210
Tints
Lighter variations
1#4712C2
2#5215E0
3#642BEB
4#7B49EE
5#9167F1
6#A786F4
7#BDA4F7
8#D3C2F9
9#E9E1FC
Tones
Muted variations
1#3F179C
2#421E95
3#45258D
4#472D86
5#4A347E
6#4D3C77
7#50436F
8#534A68
9#565261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DE #E7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C2 #D3C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B194 #B194F5 | BordersInactive statesPlaceholder text |
| 400 | 885C #885CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 662D #662DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B13 #4B13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C0F #3C0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B0B #2B0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B07 #1B074B | Primary textHigh emphasis contentDark headings |
| 950 | 1104 #11042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E7DEFC;
--indigo-200: #D3C2F9;
--indigo-300: #B194F5;
--indigo-400: #885CF0;
--indigo-500: #662DEB;
--indigo-600: #4B13CD;
--indigo-700: #3C0FA3;
--indigo-800: #2B0B75;
--indigo-900: #1B074B;
--indigo-950: #11042F;
}