Purple
#670A76
PinkColor Codes
All color formats for development
HEX
#670A76RGB
rgb(103, 10, 118)HSL
hsl(292, 84%, 25%)OKLCH
oklch(0.376 0.171 321.2)CMYK
cmyk(13%, 92%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D096A
2#52085E
3#480752
4#3E0646
5#34053B
6#29042F
7#1F0323
8#150217
9#0A010C
Tints
Lighter variations
1#860D98
2#A510BC
3#C413DF
4#D32CED
5#DA4FF0
6#E272F3
7#E995F6
8#F0B9F9
9#F8DCFC
Tones
Muted variations
1#631070
2#5F156B
3#5B1A65
4#572060
5#53255B
6#4F2A55
7#4C3050
8#48354A
9#443A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C2 #F2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E893 #E893F6 | BordersInactive statesPlaceholder text |
| 400 | DD5B #DD5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | D32C #D32CED | Primary brand colorCTAsActive elementsLinks |
| 600 | B512 #B512CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 900E #900EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670A #670A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4207 #42074B | Primary textHigh emphasis contentDark headings |
| 950 | 2904 #29042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FE;
--purple-100: #F8DEFC;
--purple-200: #F2C2FA;
--purple-300: #E893F6;
--purple-400: #DD5BF1;
--purple-500: #D32CED;
--purple-600: #B512CE;
--purple-700: #900EA4;
--purple-800: #670A75;
--purple-900: #42074B;
--purple-950: #29042F;
}