Indigo
#3E0FA3
PurpleColor Codes
All color formats for development
HEX
#3E0FA3RGB
rgb(62, 15, 163)HSL
hsl(259, 83%, 35%)OKLCH
oklch(0.368 0.204 284.5)CMYK
cmyk(62%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#380E93
2#320C83
3#2B0B72
4#250962
5#1F0852
6#190641
7#130531
8#0C0321
9#060210
Tints
Lighter variations
1#4A12C2
2#5515E0
3#682BEB
4#7D49EE
5#9367F1
6#A986F4
7#BEA4F7
8#D4C2F9
9#E9E1FC
Tones
Muted variations
1#41179C
2#441E95
3#46258D
4#492D86
5#4C347E
6#4E3C77
7#51436F
8#544A68
9#575261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DE #E8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C2 #D4C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B394 #B394F5 | BordersInactive statesPlaceholder text |
| 400 | 8B5C #8B5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 692D #692DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E13 #4E13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E0F #3E0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0B #2C0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C07 #1C074B | Primary textHigh emphasis contentDark headings |
| 950 | 1204 #12042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E8DEFC;
--indigo-200: #D4C2F9;
--indigo-300: #B394F5;
--indigo-400: #8B5CF0;
--indigo-500: #692DEB;
--indigo-600: #4E13CD;
--indigo-700: #3E0FA3;
--indigo-800: #2C0B75;
--indigo-900: #1C074B;
--indigo-950: #12042F;
}