Indigo
#5F0C73
PinkColor Codes
All color formats for development
HEX
#5F0C73RGB
rgb(95, 12, 115)HSL
hsl(288, 81%, 25%)OKLCH
oklch(0.362 0.164 318.3)CMYK
cmyk(17%, 90%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#550B68
2#4C0A5C
3#420851
4#390745
5#2F063A
6#26052E
7#1C0423
8#130217
9#09010C
Tints
Lighter variations
1#7B1096
2#9813B9
3#B417DB
4#C42FE9
5#CE52ED
6#D875F0
7#E297F4
8#EBBAF8
9#F5DCFB
Tones
Muted variations
1#5C116E
2#591669
3#551C64
4#52215F
5#4F265A
6#4C2B54
7#49304F
8#46354A
9#433B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC3 #EEC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E195 #E195F4 | BordersInactive statesPlaceholder text |
| 400 | D15D #D15DEE | Disabled statesSecondary iconsMuted text |
| 500 | C42F #C42FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | A715 #A715CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8511 #8511A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F0C #5F0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D08 #3D084A | Primary textHigh emphasis contentDark headings |
| 950 | 2605 #26052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FE;
--indigo-100: #F6DFFC;
--indigo-200: #EEC3F9;
--indigo-300: #E195F4;
--indigo-400: #D15DEE;
--indigo-500: #C42FE9;
--indigo-600: #A715CB;
--indigo-700: #8511A2;
--indigo-800: #5F0C73;
--indigo-900: #3D084A;
--indigo-950: #26052E;
}