Purple
#681070
PinkColor Codes
All color formats for development
HEX
#681070RGB
rgb(104, 16, 112)HSL
hsl(295, 75%, 25%)OKLCH
oklch(0.377 0.162 324.2)CMYK
cmyk(7%, 86%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D0E64
2#530D59
3#490B4E
4#3E0A43
5#340838
6#29062D
7#1F0521
8#150316
9#0A020B
Tints
Lighter variations
1#871591
2#A619B3
3#C51ED4
4#D436E2
5#DB58E7
6#E279EC
7#E99BF1
8#F1BCF5
9#F8DEFA
Tones
Muted variations
1#64156B
2#601966
3#5C1E61
4#58235C
5#542858
6#502D53
7#4C314E
8#483649
9#443B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8E0 #F8E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C5 #F3C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E998 #E998F0 | BordersInactive statesPlaceholder text |
| 400 | DE63 #DE63E9 | Disabled statesSecondary iconsMuted text |
| 500 | D436 #D436E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | B61C #B61CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9116 #91169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6810 #681070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 420A #420A47 | Primary textHigh emphasis contentDark headings |
| 950 | 2906 #29062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF2FD;
--purple-100: #F8E0FB;
--purple-200: #F3C5F7;
--purple-300: #E998F0;
--purple-400: #DE63E9;
--purple-500: #D436E2;
--purple-600: #B61CC4;
--purple-700: #91169C;
--purple-800: #681070;
--purple-900: #420A47;
--purple-950: #29062D;
}