Indigo
#420878
PurpleColor Codes
All color formats for development
HEX
#420878RGB
rgb(66, 8, 120)HSL
hsl(271, 88%, 25%)OKLCH
oklch(0.321 0.164 299.2)CMYK
cmyk(45%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B076C
2#340660
3#2E0554
4#270548
5#21043C
6#1A0330
7#140224
8#0D0218
9#07010C
Tints
Lighter variations
1#550A9C
2#690CC0
3#7D0FE4
4#9027F1
5#A24BF4
6#B56FF6
7#C793F8
8#DAB7FA
9#ECDBFD
Tones
Muted variations
1#410D72
2#41136D
3#411867
4#411E61
5#41245C
6#402956
7#402F51
8#40354B
9#403A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC1 #DFC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C691 #C691F8 | BordersInactive statesPlaceholder text |
| 400 | A857 #A857F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9027 #9027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 730D #730DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C0B #5C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4208 #420878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A05 #2A054D | Primary textHigh emphasis contentDark headings |
| 950 | 1A03 #1A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EEDDFD;
--indigo-200: #DFC1FB;
--indigo-300: #C691F8;
--indigo-400: #A857F4;
--indigo-500: #9027F1;
--indigo-600: #730DD3;
--indigo-700: #5C0BA8;
--indigo-800: #420878;
--indigo-900: #2A054D;
--indigo-950: #1A0330;
}