Indigo
#410A48
PinkColor Codes
All color formats for development
HEX
#410A48RGB
rgb(65, 10, 72)HSL
hsl(293, 76%, 16%)OKLCH
oklch(0.278 0.115 322.9)CMYK
cmyk(10%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A0941
2#340839
3#2D0732
4#27062B
5#200524
6#1A041D
7#130316
8#0D020E
9#060107
Tints
Lighter variations
1#620F6E
2#841493
3#A619B9
4#C81EDF
5#D243E5
6#DB68EA
7#E48EF0
8#EDB4F5
9#F6D9FA
Tones
Muted variations
1#3E0D45
2#3C1042
3#39133F
4#37163B
5#351938
6#321C35
7#301F32
8#2E232F
9#2B262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8E0 #F8E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C5 #F1C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E798 #E798F1 | BordersInactive statesPlaceholder text |
| 400 | DA62 #DA62EA | Disabled statesSecondary iconsMuted text |
| 500 | CF35 #CF35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | B21B #B21BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D15 #8D159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 650F #650F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 410A #410A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2806 #28062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF2FD;
--indigo-100: #F8E0FB;
--indigo-200: #F1C5F7;
--indigo-300: #E798F1;
--indigo-400: #DA62EA;
--indigo-500: #CF35E3;
--indigo-600: #B21BC5;
--indigo-700: #8D159D;
--indigo-800: #650F70;
--indigo-900: #410A48;
--indigo-950: #28062D;
}