Indigo
#600F70
PinkColor Codes
All color formats for development
HEX
#600F70RGB
rgb(96, 15, 112)HSL
hsl(290, 76%, 25%)OKLCH
oklch(0.363 0.159 320)CMYK
cmyk(14%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#560E65
2#4D0C5A
3#430B4F
4#3A0943
5#300838
6#26062D
7#1D0522
8#130316
9#0A020B
Tints
Lighter variations
1#7D1492
2#9A18B4
3#B61DD5
4#C635E3
5#D057E8
6#D978ED
7#E39AF1
8#ECBCF6
9#F6DDFA
Tones
Muted variations
1#5D146B
2#5A1967
3#561E62
4#53235D
5#502858
6#4D2C53
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 | EFC5 #EFC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E298 #E298F1 | BordersInactive statesPlaceholder text |
| 400 | D362 #D362EA | Disabled statesSecondary iconsMuted text |
| 500 | C635 #C635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | A91B #A91BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8615 #86159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 600F #600F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D0A #3D0A48 | 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: #EFC5F7;
--indigo-300: #E298F1;
--indigo-400: #D362EA;
--indigo-500: #C635E3;
--indigo-600: #A91BC5;
--indigo-700: #86159D;
--indigo-800: #600F70;
--indigo-900: #3D0A48;
--indigo-950: #26062D;
}