Indigo
#42064B
PinkColor Codes
All color formats for development
HEX
#42064BRGB
rgb(66, 6, 75)HSL
hsl(292, 85%, 16%)OKLCH
oklch(0.278 0.123 321.9)CMYK
cmyk(12%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C0644
2#35053C
3#2E0435
4#28042D
5#210326
6#1A021E
7#140217
8#0D010F
9#070108
Tints
Lighter variations
1#650973
2#880D9B
3#AB10C2
4#CD13EA
5#D739EF
6#DF60F2
7#E788F5
8#EFB0F9
9#F7D7FC
Tones
Muted variations
1#400A48
2#3D0D45
3#3B1141
4#38143E
5#36173A
6#331B37
7#301E33
8#2E2230
9#2B252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C2 #F3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E992 #E992F6 | BordersInactive statesPlaceholder text |
| 400 | DD5A #DD5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | D42B #D42BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | B611 #B611D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 910D #910DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670A #670A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4206 #42064B | Primary textHigh emphasis contentDark headings |
| 950 | 2904 #29042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF1FE;
--indigo-100: #F8DEFC;
--indigo-200: #F3C2FA;
--indigo-300: #E992F6;
--indigo-400: #DD5AF2;
--indigo-500: #D42BEE;
--indigo-600: #B611D0;
--indigo-700: #910DA5;
--indigo-800: #670A76;
--indigo-900: #42064B;
--indigo-950: #29042F;
}