Indigo
#5E0679
PinkColor Codes
All color formats for development
HEX
#5E0679RGB
rgb(94, 6, 121)HSL
hsl(286, 91%, 25%)OKLCH
oklch(0.362 0.173 315.4)CMYK
cmyk(22%, 95%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55056E
2#4C0561
3#420455
4#390349
5#2F033D
6#260231
7#1C0225
8#130118
9#09010C
Tints
Lighter variations
1#7B079E
2#9809C3
3#B40BE7
4#C424F5
5#CE48F6
6#D86DF8
7#E191FA
8#EBB6FC
9#F5DAFD
Tones
Muted variations
1#5C0C74
2#59116E
3#551768
4#521D63
5#4F235D
6#4C2957
7#492E51
8#46344B
9#433A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC0 #EEC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E18F #E18FFA | BordersInactive statesPlaceholder text |
| 400 | D155 #D155F7 | Disabled statesSecondary iconsMuted text |
| 500 | C424 #C424F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | A70A #A70AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8508 #8508AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F06 #5F067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D04 #3D044E | Primary textHigh emphasis contentDark headings |
| 950 | 2602 #260231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FE;
--indigo-100: #F6DDFD;
--indigo-200: #EEC0FC;
--indigo-300: #E18FFA;
--indigo-400: #D155F7;
--indigo-500: #C424F5;
--indigo-600: #A70AD6;
--indigo-700: #8508AA;
--indigo-800: #5F067A;
--indigo-900: #3D044E;
--indigo-950: #260231;
}