Indigo
#440778
PurpleColor Codes
All color formats for development
HEX
#440778RGB
rgb(68, 7, 120)HSL
hsl(272, 89%, 25%)OKLCH
oklch(0.323 0.164 300.6)CMYK
cmyk(43%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D066C
2#360660
3#2F0554
4#290448
5#22043C
6#1B0330
7#140224
8#0E0118
9#07010C
Tints
Lighter variations
1#58099D
2#6C0BC1
3#800DE5
4#9326F2
5#A54AF4
6#B76EF7
7#C993F9
8#DBB7FB
9#EDDBFD
Tones
Muted variations
1#430D73
2#43126D
3#421867
4#421E62
5#42235C
6#412956
7#412F51
8#41344B
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 | E0C0 #E0C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C890 #C890F9 | BordersInactive statesPlaceholder text |
| 400 | AB56 #AB56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 9326 #9326F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770C #770CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F0A #5F0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4407 #440778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B04 #2B044D | Primary textHigh emphasis contentDark headings |
| 950 | 1B03 #1B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EEDDFD;
--indigo-200: #E0C0FB;
--indigo-300: #C890F9;
--indigo-400: #AB56F5;
--indigo-500: #9326F2;
--indigo-600: #770CD4;
--indigo-700: #5F0AA9;
--indigo-800: #440778;
--indigo-900: #2B044D;
--indigo-950: #1B0330;
}