Purple
#701058
PinkColor Codes
All color formats for development
HEX
#701058RGB
rgb(112, 16, 88)HSL
hsl(315, 75%, 25%)OKLCH
oklch(0.376 0.148 340.9)CMYK
cmyk(0%, 86%, 21%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#640E4F
2#590D46
3#4E0B3D
4#430A35
5#38082C
6#2D0623
7#21051A
8#160312
9#0B0209
Tints
Lighter variations
1#911572
2#B3198C
3#D41EA7
4#E236B7
5#E758C3
6#EC79CF
7#F19BDB
8#F5BCE7
9#FADEF3
Tones
Muted variations
1#6B1555
2#661953
3#611E50
4#5C234E
5#58284C
6#532D49
7#4E3147
8#493645
9#453B42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098DA | BordersInactive statesPlaceholder text |
| 400 | E963 #E963C7 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E236B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C167B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701058 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A38 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF2FA;
--purple-100: #FBE0F4;
--purple-200: #F7C5EA;
--purple-300: #F098DA;
--purple-400: #E963C7;
--purple-500: #E236B7;
--purple-600: #C41C9A;
--purple-700: #9C167B;
--purple-800: #701058;
--purple-900: #470A38;
--purple-950: #2D0623;
}