Indigo
#440949
PinkColor Codes
All color formats for development
HEX
#440949RGB
rgb(68, 9, 73)HSL
hsl(295, 78%, 16%)OKLCH
oklch(0.283 0.119 324.5)CMYK
cmyk(7%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D0841
2#36073A
3#2F0633
4#28052C
5#220424
6#1B041D
7#140316
8#0D020F
9#070107
Tints
Lighter variations
1#670E6F
2#8A1295
3#AD17BB
4#D11CE1
5#DA40E7
6#E166EC
7#E98DF1
8#F0B3F6
9#F8D9FA
Tones
Muted variations
1#410C45
2#3E0F42
3#3B133F
4#39163C
5#361939
6#331C36
7#311F32
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 | F9DF #F9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C4 #F3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EA97 #EA97F2 | BordersInactive statesPlaceholder text |
| 400 | E060 #E060EB | Disabled statesSecondary iconsMuted text |
| 500 | D733 #D733E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B919 #B919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9314 #93149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 690E #690E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4309 #430949 | Primary textHigh emphasis contentDark headings |
| 950 | 2A06 #2A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF1FD;
--indigo-100: #F9DFFB;
--indigo-200: #F3C4F8;
--indigo-300: #EA97F2;
--indigo-400: #E060EB;
--indigo-500: #D733E6;
--indigo-600: #B919C8;
--indigo-700: #93149F;
--indigo-800: #690E71;
--indigo-900: #430949;
--indigo-950: #2A062D;
}