Indigo
#41074A
PinkColor Codes
All color formats for development
HEX
#41074ARGB
rgb(65, 7, 74)HSL
hsl(292, 83%, 16%)OKLCH
oklch(0.277 0.12 321.7)CMYK
cmyk(12%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B0643
2#35063C
3#2E0534
4#27042D
5#210325
6#1A031E
7#140216
8#0D010F
9#070107
Tints
Lighter variations
1#640B72
2#870E99
3#A912C0
4#CB16E7
5#D53BED
6#DD62F0
7#E689F4
8#EEB1F8
9#F7D8FB
Tones
Muted variations
1#3F0A47
2#3D0E44
3#3A1141
4#38143D
5#35183A
6#331B36
7#301F33
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 | F2C2 #F2C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E894 #E894F5 | BordersInactive statesPlaceholder text |
| 400 | DC5C #DC5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | D22D #D22DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | B413 #B413CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 900F #900FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670B #670B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4207 #42074B | 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: #F2C2F9;
--indigo-300: #E894F5;
--indigo-400: #DC5CF0;
--indigo-500: #D22DEB;
--indigo-600: #B413CD;
--indigo-700: #900FA3;
--indigo-800: #670B75;
--indigo-900: #42074B;
--indigo-950: #29042F;
}