Indigo
#460949
PinkColor Codes
All color formats for development
HEX
#460949RGB
rgb(70, 9, 73)HSL
hsl(297, 78%, 16%)OKLCH
oklch(0.286 0.119 326)CMYK
cmyk(4%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E0841
2#38073A
3#310633
4#2A052C
5#230424
6#1C041D
7#150316
8#0E020F
9#070107
Tints
Lighter variations
1#6A0E6F
2#8E1295
3#B317BB
4#D71CE1
5#DF40E7
6#E566EC
7#EC8DF1
8#F2B3F6
9#F9D9FA
Tones
Muted variations
1#430C45
2#400F42
3#3D133F
4#3A163C
5#371939
6#341C36
7#311F32
8#2F222F
9#2C262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADF #FADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C4 #F5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EE97 #EE97F2 | BordersInactive statesPlaceholder text |
| 400 | E460 #E460EB | Disabled statesSecondary iconsMuted text |
| 500 | DD33 #DD33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | BF19 #BF19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9814 #98149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D0E #6D0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4509 #450949 | Primary textHigh emphasis contentDark headings |
| 950 | 2B06 #2B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF1FD;
--indigo-100: #FADFFB;
--indigo-200: #F5C4F8;
--indigo-300: #EE97F2;
--indigo-400: #E460EB;
--indigo-500: #DD33E6;
--indigo-600: #BF19C8;
--indigo-700: #98149F;
--indigo-800: #6D0E71;
--indigo-900: #450949;
--indigo-950: #2B062D;
}