Indigo
#5E0F70
PinkColor Codes
All color formats for development
HEX
#5E0F70RGB
rgb(94, 15, 112)HSL
hsl(289, 76%, 25%)OKLCH
oklch(0.36 0.159 318.9)CMYK
cmyk(16%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#550E65
2#4C0C5A
3#420B4F
4#390943
5#2F0838
6#26062D
7#1C0522
8#130316
9#09020B
Tints
Lighter variations
1#7B1492
2#9718B4
3#B31DD5
4#C335E3
5#CD57E8
6#D778ED
7#E19AF1
8#EBBCF6
9#F5DDFA
Tones
Muted variations
1#5B146B
2#581967
3#551E62
4#52235D
5#4F2858
6#4C2C53
7#49314E
8#463649
9#433B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6E0 #F6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC5 #EEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E198 #E198F1 | BordersInactive statesPlaceholder text |
| 400 | D162 #D162EA | Disabled statesSecondary iconsMuted text |
| 500 | C335 #C335E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | A61B #A61BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8415 #84159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0F #5E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C0A #3C0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2606 #26062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF2FD;
--indigo-100: #F6E0FB;
--indigo-200: #EEC5F7;
--indigo-300: #E198F1;
--indigo-400: #D162EA;
--indigo-500: #C335E3;
--indigo-600: #A61BC5;
--indigo-700: #84159D;
--indigo-800: #5E0F70;
--indigo-900: #3C0A48;
--indigo-950: #26062D;
}