Indigo
#420949
PinkColor Codes
All color formats for development
HEX
#420949RGB
rgb(66, 9, 73)HSL
hsl(293, 78%, 16%)OKLCH
oklch(0.279 0.118 323)CMYK
cmyk(10%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B0841
2#34073A
3#2E0633
4#27052C
5#210424
6#1A041D
7#140316
8#0D020F
9#070107
Tints
Lighter variations
1#630E6F
2#861295
3#A817BB
4#CA1CE1
5#D440E7
6#DD66EC
7#E58DF1
8#EEB3F6
9#F6D9FA
Tones
Muted variations
1#3F0C45
2#3C0F42
3#3A133F
4#37163C
5#351939
6#331C36
7#301F32
8#2E222F
9#2B262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DF #F8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C4 #F2C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E797 #E797F2 | BordersInactive statesPlaceholder text |
| 400 | DB60 #DB60EB | Disabled statesSecondary iconsMuted text |
| 500 | D133 #D133E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B319 #B319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F14 #8F149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 660E #660E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4109 #410949 | Primary textHigh emphasis contentDark headings |
| 950 | 2906 #29062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF1FD;
--indigo-100: #F8DFFB;
--indigo-200: #F2C4F8;
--indigo-300: #E797F2;
--indigo-400: #DB60EB;
--indigo-500: #D133E6;
--indigo-600: #B319C8;
--indigo-700: #8F149F;
--indigo-800: #660E71;
--indigo-900: #410949;
--indigo-950: #29062D;
}