Purple
#701060
PinkColor Codes
All color formats for development
HEX
#701060RGB
rgb(112, 16, 96)HSL
hsl(310, 75%, 25%)OKLCH
oklch(0.38 0.154 336.4)CMYK
cmyk(0%, 86%, 14%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#640E56
2#590D4C
3#4E0B43
4#430A39
5#380830
6#2D0626
7#21051D
8#160313
9#0B020A
Tints
Lighter variations
1#91157C
2#B31999
3#D41EB6
4#E236C6
5#E758CF
6#EC79D9
7#F19BE2
8#F5BCEC
9#FADEF5
Tones
Muted variations
1#6B155C
2#661959
3#611E56
4#5C2353
5#582850
6#532D4C
7#4E3149
8#493646
9#453B43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098E2 | BordersInactive statesPlaceholder text |
| 400 | E963 #E963D2 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E236C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41CA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1686 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A3D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF2FB;
--purple-100: #FBE0F6;
--purple-200: #F7C5EE;
--purple-300: #F098E2;
--purple-400: #E963D2;
--purple-500: #E236C6;
--purple-600: #C41CA8;
--purple-700: #9C1686;
--purple-800: #701060;
--purple-900: #470A3D;
--purple-950: #2D0626;
}