Indigo
#3C064B
PinkColor Codes
All color formats for development
HEX
#3C064BRGB
rgb(60, 6, 75)HSL
hsl(287, 85%, 16%)OKLCH
oklch(0.268 0.12 317.2)CMYK
cmyk(20%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#360644
2#30053C
3#2A0435
4#24042D
5#1E0326
6#18021E
7#120217
8#0C010F
9#060108
Tints
Lighter variations
1#5C0973
2#7C0D9B
3#9C10C2
4#BB13EA
5#C739EF
6#D360F2
7#DE88F5
8#E9B0F9
9#F4D7FC
Tones
Muted variations
1#3A0A48
2#390D45
3#371141
4#35143E
5#33173A
6#311B37
7#2F1E33
8#2D2230
9#2B252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DE #F6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC2 #EEC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E192 #E192F6 | BordersInactive statesPlaceholder text |
| 400 | D15A #D15AF2 | Disabled statesSecondary iconsMuted text |
| 500 | C42B #C42BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | A611 #A611D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 840D #840DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0A #5E0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C06 #3C064B | Primary textHigh emphasis contentDark headings |
| 950 | 2604 #26042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FE;
--indigo-100: #F6DEFC;
--indigo-200: #EEC2FA;
--indigo-300: #E192F6;
--indigo-400: #D15AF2;
--indigo-500: #C42BEE;
--indigo-600: #A611D0;
--indigo-700: #840DA5;
--indigo-800: #5E0A76;
--indigo-900: #3C064B;
--indigo-950: #26042F;
}