Indigo
#5A0F70
PinkColor Codes
All color formats for development
HEX
#5A0F70RGB
rgb(90, 15, 112)HSL
hsl(286, 76%, 25%)OKLCH
oklch(0.354 0.157 316.7)CMYK
cmyk(20%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#510E65
2#480C5A
3#3F0B4F
4#360943
5#2D0838
6#24062D
7#1B0522
8#120316
9#09020B
Tints
Lighter variations
1#741492
2#8F18B4
3#AA1DD5
4#BB35E3
5#C657E8
6#D278ED
7#DD9AF1
8#E8BCF6
9#F4DDFA
Tones
Muted variations
1#57146B
2#541967
3#521E62
4#4F235D
5#4D2858
6#4A2C53
7#48314E
8#453649
9#423B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4E0 #F4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC5 #EBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DC98 #DC98F1 | BordersInactive statesPlaceholder text |
| 400 | CA62 #CA62EA | Disabled statesSecondary iconsMuted text |
| 500 | BB35 #BB35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E1B #9E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D15 #7D159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A0F #5A0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 390A #390A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2406 #24062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF2FD;
--indigo-100: #F4E0FB;
--indigo-200: #EBC5F7;
--indigo-300: #DC98F1;
--indigo-400: #CA62EA;
--indigo-500: #BB35E3;
--indigo-600: #9E1BC5;
--indigo-700: #7D159D;
--indigo-800: #5A0F70;
--indigo-900: #390A48;
--indigo-950: #24062D;
}