Purple
#670778
PinkColor Codes
All color formats for development
HEX
#670778RGB
rgb(103, 7, 120)HSL
hsl(291, 89%, 25%)OKLCH
oklch(0.376 0.174 320.4)CMYK
cmyk(14%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D066C
2#530660
3#480554
4#3E0448
5#34043C
6#290330
7#1F0224
8#150118
9#0A010C
Tints
Lighter variations
1#87099D
2#A60BC1
3#C50DE5
4#D426F2
5#DB4AF4
6#E26EF7
7#E993F9
8#F1B7FB
9#F8DBFD
Tones
Muted variations
1#630D73
2#60126D
3#5C1867
4#581E62
5#54235C
6#502956
7#4C2F51
8#48344B
9#443A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C0 #F3C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E990 #E990F9 | BordersInactive statesPlaceholder text |
| 400 | DD56 #DD56F5 | Disabled statesSecondary iconsMuted text |
| 500 | D426 #D426F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | B60C #B60CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 910A #910AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6707 #670778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4204 #42044D | Primary textHigh emphasis contentDark headings |
| 950 | 2903 #290330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FE;
--purple-100: #F8DDFD;
--purple-200: #F3C0FB;
--purple-300: #E990F9;
--purple-400: #DD56F5;
--purple-500: #D426F2;
--purple-600: #B60CD4;
--purple-700: #910AA9;
--purple-800: #670778;
--purple-900: #42044D;
--purple-950: #290330;
}