Purple
#690878
PinkColor Codes
All color formats for development
HEX
#690878RGB
rgb(105, 8, 120)HSL
hsl(292, 88%, 25%)OKLCH
oklch(0.38 0.174 321.3)CMYK
cmyk(13%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E076C
2#540660
3#490554
4#3F0548
5#34043C
6#2A0330
7#1F0224
8#150218
9#0A010C
Tints
Lighter variations
1#880A9C
2#A80CC0
3#C70FE4
4#D627F1
5#DD4BF4
6#E46FF6
7#EB93F8
8#F1B7FA
9#F8DBFD
Tones
Muted variations
1#650D72
2#61136D
3#5D1867
4#581E61
5#54245C
6#502956
7#4C2F51
8#48354B
9#443A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C1 #F3C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EA91 #EA91F8 | BordersInactive statesPlaceholder text |
| 400 | DF57 #DF57F4 | Disabled statesSecondary iconsMuted text |
| 500 | D627 #D627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | B90D #B90DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 930B #930BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6908 #690878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4305 #43054D | Primary textHigh emphasis contentDark headings |
| 950 | 2A03 #2A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FE;
--purple-100: #F9DDFD;
--purple-200: #F3C1FB;
--purple-300: #EA91F8;
--purple-400: #DF57F4;
--purple-500: #D627F1;
--purple-600: #B90DD3;
--purple-700: #930BA8;
--purple-800: #690878;
--purple-900: #43054D;
--purple-950: #2A0330;
}