Indigo
#430949
PinkColor Codes
All color formats for development
HEX
#430949RGB
rgb(67, 9, 73)HSL
hsl(294, 78%, 16%)OKLCH
oklch(0.281 0.118 323.8)CMYK
cmyk(8%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C0841
2#35073A
3#2E0633
4#28052C
5#210424
6#1B041D
7#140316
8#0D020F
9#070107
Tints
Lighter variations
1#650E6F
2#881295
3#AB17BB
4#CD1CE1
5#D740E7
6#DF66EC
7#E78DF1
8#EFB3F6
9#F7D9FA
Tones
Muted variations
1#400C45
2#3D0F42
3#3B133F
4#38163C
5#361939
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 | F3C4 #F3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E997 #E997F2 | BordersInactive statesPlaceholder text |
| 400 | DD60 #DD60EB | Disabled statesSecondary iconsMuted text |
| 500 | D433 #D433E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B619 #B619C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9114 #91149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 680E #680E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4209 #420949 | 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: #F3C4F8;
--indigo-300: #E997F2;
--indigo-400: #DD60EB;
--indigo-500: #D433E6;
--indigo-600: #B619C8;
--indigo-700: #91149F;
--indigo-800: #680E71;
--indigo-900: #420949;
--indigo-950: #29062D;
}