Purple
#680F70
PinkColor Codes
All color formats for development
HEX
#680F70RGB
rgb(104, 15, 112)HSL
hsl(295, 76%, 25%)OKLCH
oklch(0.376 0.163 324.3)CMYK
cmyk(7%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E0E65
2#530C5A
3#490B4F
4#3E0943
5#340838
6#2A062D
7#1F0522
8#150316
9#0A020B
Tints
Lighter variations
1#871492
2#A718B4
3#C61DD5
4#D535E3
5#DC57E8
6#E378ED
7#EA9AF1
8#F1BCF6
9#F8DDFA
Tones
Muted variations
1#64146B
2#601967
3#5C1E62
4#58235D
5#542858
6#502C53
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 #E998F1 | BordersInactive statesPlaceholder text |
| 400 | DE62 #DE62EA | Disabled statesSecondary iconsMuted text |
| 500 | D535 #D535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | B71B #B71BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9215 #92159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 680F #680F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 430A #430A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2A06 #2A062D | 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: #E998F1;
--purple-400: #DE62EA;
--purple-500: #D535E3;
--purple-600: #B71BC5;
--purple-700: #92159D;
--purple-800: #680F70;
--purple-900: #430A48;
--purple-950: #2A062D;
}