Indigo
#480A48
PinkColor Codes
All color formats for development
HEX
#480A48RGB
rgb(72, 10, 72)HSL
hsl(300, 76%, 16%)OKLCH
oklch(0.29 0.119 328.1)CMYK
cmyk(0%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410941
2#390839
3#320732
4#2B062B
5#240524
6#1D041D
7#160316
8#0E020E
9#070107
Tints
Lighter variations
1#6E0F6E
2#931493
3#B919B9
4#DF1EDF
5#E543E5
6#EA68EA
7#F08EF0
8#F5B4F5
9#FAD9FA
Tones
Muted variations
1#450D45
2#421042
3#3F133F
4#3B163B
5#381938
6#351C35
7#321F32
8#2F232F
9#2C262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198F1 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62EA | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF2FD;
--indigo-100: #FBE0FB;
--indigo-200: #F7C5F7;
--indigo-300: #F198F1;
--indigo-400: #EA62EA;
--indigo-500: #E335E3;
--indigo-600: #C51BC5;
--indigo-700: #9D159D;
--indigo-800: #700F70;
--indigo-900: #480A48;
--indigo-950: #2D062D;
}