Indigo
#5B0F70
PinkColor Codes
All color formats for development
HEX
#5B0F70RGB
rgb(91, 15, 112)HSL
hsl(287, 76%, 25%)OKLCH
oklch(0.355 0.158 317.3)CMYK
cmyk(19%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#520E65
2#490C5A
3#400B4F
4#370943
5#2E0838
6#24062D
7#1B0522
8#120316
9#09020B
Tints
Lighter variations
1#771492
2#9218B4
3#AD1DD5
4#BE35E3
5#C957E8
6#D378ED
7#DE9AF1
8#E9BCF6
9#F4DDFA
Tones
Muted variations
1#58146B
2#561967
3#531E62
4#50235D
5#4D2858
6#4B2C53
7#48314E
8#453649
9#423B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5E0 #F5E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC5 #ECC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE98 #DE98F1 | BordersInactive statesPlaceholder text |
| 400 | CC62 #CC62EA | Disabled statesSecondary iconsMuted text |
| 500 | BE35 #BE35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | A11B #A11BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8015 #80159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B0F #5B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A0A #3A0A48 | 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: #FBF2FD;
--indigo-100: #F5E0FB;
--indigo-200: #ECC5F7;
--indigo-300: #DE98F1;
--indigo-400: #CC62EA;
--indigo-500: #BE35E3;
--indigo-600: #A11BC5;
--indigo-700: #80159D;
--indigo-800: #5B0F70;
--indigo-900: #3A0A48;
--indigo-950: #24062D;
}