Purple
#700878
PinkColor Codes
All color formats for development
HEX
#700878RGB
rgb(112, 8, 120)HSL
hsl(296, 88%, 25%)OKLCH
oklch(0.392 0.177 324.7)CMYK
cmyk(7%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65076C
2#5A0660
3#4F0554
4#430548
5#38043C
6#2D0330
7#220224
8#160218
9#0B010C
Tints
Lighter variations
1#920A9C
2#B40CC0
3#D60FE4
4#E427F1
5#E84BF4
6#ED6FF6
7#F193F8
8#F6B7FA
9#FADBFD
Tones
Muted variations
1#6C0D72
2#67136D
3#621867
4#5D1E61
5#58245C
6#532956
7#4E2F51
8#49354B
9#453A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C1 #F7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | F191 #F191F8 | BordersInactive statesPlaceholder text |
| 400 | EA57 #EA57F4 | Disabled statesSecondary iconsMuted text |
| 500 | E427 #E427F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C60D #C60DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D0B #9D0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7008 #700878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4805 #48054D | Primary textHigh emphasis contentDark headings |
| 950 | 2D03 #2D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FE;
--purple-100: #FBDDFD;
--purple-200: #F7C1FB;
--purple-300: #F191F8;
--purple-400: #EA57F4;
--purple-500: #E427F1;
--purple-600: #C60DD3;
--purple-700: #9D0BA8;
--purple-800: #700878;
--purple-900: #48054D;
--purple-950: #2D0330;
}