Indigo
#45064B
PinkColor Codes
All color formats for development
HEX
#45064BRGB
rgb(69, 6, 75)HSL
hsl(295, 85%, 16%)OKLCH
oklch(0.284 0.124 324.1)CMYK
cmyk(8%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F0644
2#38053C
3#310435
4#2A042D
5#230326
6#1C021E
7#150217
8#0E010F
9#070108
Tints
Lighter variations
1#6A0973
2#8F0D9B
3#B310C2
4#D813EA
5#E039EF
6#E660F2
7#EC88F5
8#F3B0F9
9#F9D7FC
Tones
Muted variations
1#430A48
2#400D45
3#3D1141
4#3A143E
5#37173A
6#341B37
7#311E33
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 | FADE #FADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C2 #F5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | EE92 #EE92F6 | BordersInactive statesPlaceholder text |
| 400 | E55A #E55AF2 | Disabled statesSecondary iconsMuted text |
| 500 | DE2B #DE2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | C011 #C011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 980D #980DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D0A #6D0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4606 #46064B | Primary textHigh emphasis contentDark headings |
| 950 | 2C04 #2C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF1FE;
--indigo-100: #FADEFC;
--indigo-200: #F5C2FA;
--indigo-300: #EE92F6;
--indigo-400: #E55AF2;
--indigo-500: #DE2BEE;
--indigo-600: #C011D0;
--indigo-700: #980DA5;
--indigo-800: #6D0A76;
--indigo-900: #46064B;
--indigo-950: #2C042F;
}