Indigo
#46064B
PinkColor Codes
All color formats for development
HEX
#46064BRGB
rgb(70, 6, 75)HSL
hsl(296, 85%, 16%)OKLCH
oklch(0.285 0.124 324.8)CMYK
cmyk(7%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400644
2#39053C
3#320435
4#2B042D
5#230326
6#1C021E
7#150217
8#0E010F
9#070108
Tints
Lighter variations
1#6C0973
2#910D9B
3#B610C2
4#DC13EA
5#E339EF
6#E860F2
7#EE88F5
8#F4B0F9
9#F9D7FC
Tones
Muted variations
1#440A48
2#410D45
3#3E1141
4#3B143E
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 | FADE #FADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C2 #F6C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | F092 #F092F6 | BordersInactive statesPlaceholder text |
| 400 | E75A #E75AF2 | Disabled statesSecondary iconsMuted text |
| 500 | E12B #E12BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | C311 #C311D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9B0D #9B0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F0A #6F0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4706 #47064B | 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: #F6C2FA;
--indigo-300: #F092F6;
--indigo-400: #E75AF2;
--indigo-500: #E12BEE;
--indigo-600: #C311D0;
--indigo-700: #9B0DA5;
--indigo-800: #6F0A76;
--indigo-900: #47064B;
--indigo-950: #2C042F;
}