Indigo
#3A0878
PurpleColor Codes
All color formats for development
HEX
#3A0878RGB
rgb(58, 8, 120)HSL
hsl(267, 88%, 25%)OKLCH
oklch(0.311 0.163 294)CMYK
cmyk(52%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34076C
2#2F0660
3#290554
4#230548
5#1D043C
6#170330
7#110224
8#0C0218
9#06010C
Tints
Lighter variations
1#4C0A9C
2#5D0CC0
3#6E0FE4
4#8227F1
5#974BF4
6#AC6FF6
7#C193F8
8#D5B7FA
9#EADBFD
Tones
Muted variations
1#3B0D72
2#3B136D
3#3C1867
4#3C1E61
5#3D245C
6#3E2956
7#3E2F51
8#3F354B
9#3F3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC1 #DBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BF91 #BF91F8 | BordersInactive statesPlaceholder text |
| 400 | 9E57 #9E57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8227 #8227F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 660D #660DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 510B #510BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A08 #3A0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2505 #25054D | Primary textHigh emphasis contentDark headings |
| 950 | 1703 #170330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #ECDDFD;
--indigo-200: #DBC1FB;
--indigo-300: #BF91F8;
--indigo-400: #9E57F4;
--indigo-500: #8227F1;
--indigo-600: #660DD3;
--indigo-700: #510BA8;
--indigo-800: #3A0878;
--indigo-900: #25054D;
--indigo-950: #170330;
}