Indigo
#42067A
PurpleColor Codes
All color formats for development
HEX
#42067ARGB
rgb(66, 6, 122)HSL
hsl(271, 91%, 25%)OKLCH
oklch(0.322 0.167 298.7)CMYK
cmyk(46%, 95%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B056E
2#350561
3#2E0455
4#270349
5#21033D
6#1A0231
7#140225
8#0D0118
9#07010C
Tints
Lighter variations
1#55079E
2#6909C3
3#7D0BE7
4#9024F5
5#A248F6
6#B56DF8
7#C791FA
8#DAB6FC
9#ECDAFD
Tones
Muted variations
1#410C74
2#41116E
3#411768
4#411D63
5#41235D
6#412957
7#402E51
8#40344B
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 | DFC0 #DFC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C68F #C68FFA | BordersInactive statesPlaceholder text |
| 400 | A855 #A855F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9024 #9024F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 740A #740AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C08 #5C08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4206 #42067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A04 #2A044E | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FE;
--indigo-100: #EEDDFD;
--indigo-200: #DFC0FC;
--indigo-300: #C68FFA;
--indigo-400: #A855F7;
--indigo-500: #9024F5;
--indigo-600: #740AD6;
--indigo-700: #5C08AA;
--indigo-800: #42067A;
--indigo-900: #2A044E;
--indigo-950: #1A0231;
}