Indigo
#480A47
PinkColor Codes
All color formats for development
HEX
#480A47RGB
rgb(72, 10, 71)HSL
hsl(301, 76%, 16%)OKLCH
oklch(0.289 0.118 328.8)CMYK
cmyk(0%, 86%, 1%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410940
2#390839
3#320732
4#2B062A
5#240523
6#1D041C
7#160315
8#0E020E
9#070107
Tints
Lighter variations
1#6E0F6C
2#931491
3#B919B6
4#DF1EDB
5#E543E3
6#EA68E8
7#F08EEE
8#F5B4F4
9#FAD9F9
Tones
Muted variations
1#450D44
2#421041
3#3F133E
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 #FBE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198EF | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62E7 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BC3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D159B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A47 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF2FD;
--indigo-100: #FBE0FA;
--indigo-200: #F7C5F6;
--indigo-300: #F198EF;
--indigo-400: #EA62E7;
--indigo-500: #E335E1;
--indigo-600: #C51BC3;
--indigo-700: #9D159B;
--indigo-800: #700F6F;
--indigo-900: #480A47;
--indigo-950: #2D062C;
}