Indigo
#5D116E
PinkColor Codes
All color formats for development
HEX
#5D116ERGB
rgb(93, 17, 110)HSL
hsl(289, 73%, 25%)OKLCH
oklch(0.358 0.155 319.2)CMYK
cmyk(15%, 85%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#540F63
2#4B0E58
3#410C4D
4#380A42
5#2F0937
6#25072C
7#1C0521
8#130316
9#09020B
Tints
Lighter variations
1#79168F
2#951CB0
3#B121D2
4#C138E0
5#CC5AE5
6#D67BEA
7#E09CF0
8#EABDF5
9#F5DEFA
Tones
Muted variations
1#5A166A
2#571B65
3#541F60
4#51245C
5#4E2857
6#4C2D52
7#49324E
8#463649
9#433B44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5E0 #F5E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC6 #EDC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF9A #DF9AEF | BordersInactive statesPlaceholder text |
| 400 | CF65 #CF65E7 | Disabled statesSecondary iconsMuted text |
| 500 | C138 #C138E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | A41E #A41EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8318 #83189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D11 #5D116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C0B #3C0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2507 #25072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF2FD;
--indigo-100: #F5E0FA;
--indigo-200: #EDC6F6;
--indigo-300: #DF9AEF;
--indigo-400: #CF65E7;
--indigo-500: #C138E0;
--indigo-600: #A41EC2;
--indigo-700: #83189A;
--indigo-800: #5D116E;
--indigo-900: #3C0B47;
--indigo-950: #25072C;
}