Indigo
#48074A
PinkColor Codes
All color formats for development
HEX
#48074ARGB
rgb(72, 7, 74)HSL
hsl(298, 83%, 16%)OKLCH
oklch(0.289 0.123 326.8)CMYK
cmyk(3%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410643
2#3A063C
3#330534
4#2B042D
5#240325
6#1D031E
7#160216
8#0E010F
9#070107
Tints
Lighter variations
1#6E0B72
2#940E99
3#BA12C0
4#E016E7
5#E73BED
6#EC62F0
7#F189F4
8#F5B1F8
9#FAD8FB
Tones
Muted variations
1#450A47
2#420E44
3#3F1141
4#3C143D
5#39183A
6#351B36
7#321F33
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 | F8C2 #F8C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F294 #F294F5 | BordersInactive statesPlaceholder text |
| 400 | EB5C #EB5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | E52D #E52DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | C713 #C713CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E0F #9E0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710B #710B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4807 #48074B | 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: #F8C2F9;
--indigo-300: #F294F5;
--indigo-400: #EB5CF0;
--indigo-500: #E52DEB;
--indigo-600: #C713CD;
--indigo-700: #9E0FA3;
--indigo-800: #710B75;
--indigo-900: #48074B;
--indigo-950: #2D042F;
}