Indigo
#43064B
PinkColor Codes
All color formats for development
HEX
#43064BRGB
rgb(67, 6, 75)HSL
hsl(293, 85%, 16%)OKLCH
oklch(0.28 0.123 322.6)CMYK
cmyk(11%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D0644
2#36053C
3#2F0435
4#28042D
5#220326
6#1B021E
7#140217
8#0D010F
9#070108
Tints
Lighter variations
1#670973
2#8A0D9B
3#AE10C2
4#D113EA
5#DA39EF
6#E160F2
7#E988F5
8#F0B0F9
9#F8D7FC
Tones
Muted variations
1#410A48
2#3E0D45
3#3B1141
4#39143E
5#36173A
6#331B37
7#311E33
8#2E2230
9#2B252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DE #F9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C2 #F3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | EB92 #EB92F6 | BordersInactive statesPlaceholder text |
| 400 | E05A #E05AF2 | Disabled statesSecondary iconsMuted text |
| 500 | D72B #D72BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | B911 #B911D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 930D #930DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 690A #690A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4306 #43064B | Primary textHigh emphasis contentDark headings |
| 950 | 2A04 #2A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF1FE;
--indigo-100: #F9DEFC;
--indigo-200: #F3C2FA;
--indigo-300: #EB92F6;
--indigo-400: #E05AF2;
--indigo-500: #D72BEE;
--indigo-600: #B911D0;
--indigo-700: #930DA5;
--indigo-800: #690A76;
--indigo-900: #43064B;
--indigo-950: #2A042F;
}