Indigo
#46044E
PinkColor Codes
All color formats for development
HEX
#46044ERGB
rgb(70, 4, 78)HSL
hsl(294, 90%, 16%)OKLCH
oklch(0.286 0.129 322.9)CMYK
cmyk(10%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F0446
2#38033E
3#310336
4#2A022F
5#230227
6#1C021F
7#150117
8#0E0110
9#070008
Tints
Lighter variations
1#6B0676
2#90089F
3#B50BC8
4#DA0DF0
5#E134F4
6#E75CF6
7#ED85F9
8#F3AEFB
9#F9D6FD
Tones
Muted variations
1#43084A
2#400B46
3#3D0F43
4#3A133F
5#37163B
6#351A37
7#321E34
8#2F2130
9#2C252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C0 #F6C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | EF90 #EF90F9 | BordersInactive statesPlaceholder text |
| 400 | E655 #E655F6 | Disabled statesSecondary iconsMuted text |
| 500 | DF25 #DF25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C10B #C10BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A09 #9A09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E06 #6E0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4604 #46044E | Primary textHigh emphasis contentDark headings |
| 950 | 2C03 #2C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF0FE;
--indigo-100: #FADDFD;
--indigo-200: #F6C0FC;
--indigo-300: #EF90F9;
--indigo-400: #E655F6;
--indigo-500: #DF25F4;
--indigo-600: #C10BD5;
--indigo-700: #9A09AA;
--indigo-800: #6E0679;
--indigo-900: #46044E;
--indigo-950: #2C0330;
}