Indigo
#3E0878
PurpleColor Codes
All color formats for development
HEX
#3E0878RGB
rgb(62, 8, 120)HSL
hsl(269, 88%, 25%)OKLCH
oklch(0.316 0.163 296.6)CMYK
cmyk(48%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38076C
2#320660
3#2B0554
4#250548
5#1F043C
6#190330
7#130224
8#0C0218
9#06010C
Tints
Lighter variations
1#500A9C
2#630CC0
3#760FE4
4#8927F1
5#9D4BF4
6#B06FF6
7#C493F8
8#D8B7FA
9#EBDBFD
Tones
Muted variations
1#3E0D72
2#3E136D
3#3E1867
4#3F1E61
5#3F245C
6#3F2956
7#3F2F51
8#3F354B
9#403A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC1 #DDC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C391 #C391F8 | BordersInactive statesPlaceholder text |
| 400 | A357 #A357F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8927 #8927F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D0D #6D0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 570B #570BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E08 #3E0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2805 #28054D | Primary textHigh emphasis contentDark headings |
| 950 | 1903 #190330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #EDDDFD;
--indigo-200: #DDC1FB;
--indigo-300: #C391F8;
--indigo-400: #A357F4;
--indigo-500: #8927F1;
--indigo-600: #6D0DD3;
--indigo-700: #570BA8;
--indigo-800: #3E0878;
--indigo-900: #28054D;
--indigo-950: #190330;
}