Indigo
#48064B
PinkColor Codes
All color formats for development
HEX
#48064BRGB
rgb(72, 6, 75)HSL
hsl(297, 85%, 16%)OKLCH
oklch(0.289 0.125 326.2)CMYK
cmyk(4%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410644
2#3A053C
3#320435
4#2B042D
5#240326
6#1D021E
7#160217
8#0E010F
9#070108
Tints
Lighter variations
1#6E0973
2#940D9B
3#B910C2
4#DF13EA
5#E639EF
6#EB60F2
7#F088F5
8#F5B0F9
9#FAD7FC
Tones
Muted variations
1#450A48
2#420D45
3#3F1141
4#3C143E
5#38173A
6#351B37
7#321E33
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 | FBDE #FBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C2 #F7C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | F192 #F192F6 | BordersInactive statesPlaceholder text |
| 400 | EA5A #EA5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | E42B #E42BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | C611 #C611D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E0D #9E0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710A #710A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4806 #48064B | Primary textHigh emphasis contentDark headings |
| 950 | 2D04 #2D042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF1FE;
--indigo-100: #FBDEFC;
--indigo-200: #F7C2FA;
--indigo-300: #F192F6;
--indigo-400: #EA5AF2;
--indigo-500: #E42BEE;
--indigo-600: #C611D0;
--indigo-700: #9E0DA5;
--indigo-800: #710A76;
--indigo-900: #48064B;
--indigo-950: #2D042F;
}