Indigo
#46054D
PinkColor Codes
All color formats for development
HEX
#46054DRGB
rgb(70, 5, 77)HSL
hsl(294, 88%, 16%)OKLCH
oklch(0.286 0.127 323.5)CMYK
cmyk(9%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F0445
2#38043D
3#310336
4#2A032E
5#230226
6#1C021F
7#150117
8#0E010F
9#070008
Tints
Lighter variations
1#6A0775
2#8F0A9D
3#B30DC6
4#D80FEE
5#DF36F2
6#E65EF5
7#EC86F7
8#F2AEFA
9#F9D7FC
Tones
Muted variations
1#430849
2#400C46
3#3D1042
4#3A133E
5#37173B
6#341A37
7#311E34
8#2F2230
9#2C252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C1 #F5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EE91 #EE91F8 | BordersInactive statesPlaceholder text |
| 400 | E557 #E557F4 | Disabled statesSecondary iconsMuted text |
| 500 | DD27 #DD27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | BF0D #BF0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 980B #980BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D08 #6D0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4605 #46054D | Primary textHigh emphasis contentDark headings |
| 950 | 2B03 #2B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF1FE;
--indigo-100: #FADDFD;
--indigo-200: #F5C1FB;
--indigo-300: #EE91F8;
--indigo-400: #E557F4;
--indigo-500: #DD27F1;
--indigo-600: #BF0DD3;
--indigo-700: #980BA8;
--indigo-800: #6D0878;
--indigo-900: #46054D;
--indigo-950: #2B0330;
}