Indigo
#440679
PurpleColor Codes
All color formats for development
HEX
#440679RGB
rgb(68, 6, 121)HSL
hsl(272, 91%, 25%)OKLCH
oklch(0.324 0.166 300.3)CMYK
cmyk(44%, 95%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D056E
2#360561
3#2F0455
4#290349
5#22033D
6#1B0231
7#140225
8#0E0118
9#07010C
Tints
Lighter variations
1#58079E
2#6C09C3
3#800BE7
4#9324F5
5#A548F6
6#B76DF8
7#C991FA
8#DBB6FC
9#EDDAFD
Tones
Muted variations
1#430C74
2#43116E
3#421768
4#421D63
5#42235D
6#412957
7#412E51
8#41344B
9#403A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C0 #E0C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C88F #C88FFA | BordersInactive statesPlaceholder text |
| 400 | AB55 #AB55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9324 #9324F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770A #770AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F08 #5F08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4406 #44067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B04 #2B044E | Primary textHigh emphasis contentDark headings |
| 950 | 1B02 #1B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FE;
--indigo-100: #EEDDFD;
--indigo-200: #E0C0FC;
--indigo-300: #C88FFA;
--indigo-400: #AB55F7;
--indigo-500: #9324F5;
--indigo-600: #770AD6;
--indigo-700: #5F08AA;
--indigo-800: #44067A;
--indigo-900: #2B044E;
--indigo-950: #1B0231;
}