Indigo
#3B0949
PinkColor Codes
All color formats for development
HEX
#3B0949RGB
rgb(59, 9, 73)HSL
hsl(287, 78%, 16%)OKLCH
oklch(0.267 0.114 317.4)CMYK
cmyk(19%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#350841
2#2F073A
3#290633
4#23052C
5#1D0424
6#18041D
7#120316
8#0C020F
9#060107
Tints
Lighter variations
1#5A0E6F
2#791295
3#9717BB
4#B61CE1
5#C340E7
6#CF66EC
7#DB8DF1
8#E7B3F6
9#F3D9FA
Tones
Muted variations
1#390C45
2#370F42
3#35133F
4#34163C
5#321939
6#301C36
7#2E1F32
8#2C222F
9#2B262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DF #F5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC4 #EDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE97 #DE97F2 | BordersInactive statesPlaceholder text |
| 400 | CD60 #CD60EB | Disabled statesSecondary iconsMuted text |
| 500 | BF33 #BF33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A219 #A219C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8114 #81149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0E #5C0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B09 #3B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2506 #25062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FD;
--indigo-100: #F5DFFB;
--indigo-200: #EDC4F8;
--indigo-300: #DE97F2;
--indigo-400: #CD60EB;
--indigo-500: #BF33E6;
--indigo-600: #A219C8;
--indigo-700: #81149F;
--indigo-800: #5C0E71;
--indigo-900: #3B0949;
--indigo-950: #25062D;
}