Indigo
#43044E
PinkColor Codes
All color formats for development
HEX
#43044ERGB
rgb(67, 4, 78)HSL
hsl(291, 90%, 16%)OKLCH
oklch(0.281 0.128 320.8)CMYK
cmyk(14%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C0446
2#35033E
3#2F0336
4#28022F
5#210227
6#1B021F
7#140117
8#0D0110
9#070008
Tints
Lighter variations
1#650676
2#88089F
3#AB0BC8
4#CE0DF0
5#D734F4
6#DF5CF6
7#E785F9
8#EFAEFB
9#F7D6FD
Tones
Muted variations
1#40084A
2#3D0B46
3#3B0F43
4#38133F
5#36163B
6#331A37
7#311E34
8#2E2130
9#2B252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C0 #F3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E990 #E990F9 | BordersInactive statesPlaceholder text |
| 400 | DE55 #DE55F6 | Disabled statesSecondary iconsMuted text |
| 500 | D525 #D525F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | B70B #B70BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9109 #9109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6806 #680679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4304 #43044E | Primary textHigh emphasis contentDark headings |
| 950 | 2A03 #2A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF0FE;
--indigo-100: #F8DDFD;
--indigo-200: #F3C0FC;
--indigo-300: #E990F9;
--indigo-400: #DE55F6;
--indigo-500: #D525F4;
--indigo-600: #B70BD5;
--indigo-700: #9109AA;
--indigo-800: #680679;
--indigo-900: #43044E;
--indigo-950: #2A0330;
}