Purple
#680080
PinkColor Codes
All color formats for development
HEX
#680080RGB
rgb(104, 0, 128)HSL
hsl(289, 100%, 25%)OKLCH
oklch(0.381 0.185 317.8)CMYK
cmyk(19%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E0073
2#530066
3#490059
4#3E004D
5#340040
6#2A0033
7#1F0026
8#15001A
9#0A000D
Tints
Lighter variations
1#8700A6
2#A700CC
3#C600F2
4#D51AFF
5#DC40FF
6#E366FF
7#EA8CFF
8#F1B3FF
9#F8D9FF
Tones
Muted variations
1#640679
2#600D73
3#5C136C
4#581966
5#542060
6#502659
7#4C2D53
8#48334D
9#443946
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DB #F8DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BD #F3BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E98A #E98AFF | BordersInactive statesPlaceholder text |
| 400 | DE4D #DE4DFF | Disabled statesSecondary iconsMuted text |
| 500 | D51A #D51AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | B700 #B700E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9200 #9200B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6800 #680080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4300 #430052 | Primary textHigh emphasis contentDark headings |
| 950 | 2A00 #2A0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FF;
--purple-100: #F8DBFF;
--purple-200: #F3BDFF;
--purple-300: #E98AFF;
--purple-400: #DE4DFF;
--purple-500: #D51AFF;
--purple-600: #B700E0;
--purple-700: #9200B3;
--purple-800: #680080;
--purple-900: #430052;
--purple-950: #2A0033;
}