Purple
#69037D
PinkColor Codes
All color formats for development
HEX
#69037DRGB
rgb(105, 3, 125)HSL
hsl(290, 95%, 25%)OKLCH
oklch(0.382 0.181 319.4)CMYK
cmyk(16%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E0370
2#530363
3#490257
4#3E024B
5#34023E
6#2A0132
7#1F0125
8#150119
9#0A000C
Tints
Lighter variations
1#8704A2
2#A705C7
3#C606EC
4#D51FF9
5#DC45FA
6#E36AFB
7#EA8FFC
8#F1B4FD
9#F8DAFE
Tones
Muted variations
1#640976
2#600F70
3#5C156A
4#581B64
5#54215E
6#502858
7#4C2E52
8#48344C
9#443A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DC #F8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BE #F3BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E98D #E98DFC | BordersInactive statesPlaceholder text |
| 400 | DE51 #DE51FB | Disabled statesSecondary iconsMuted text |
| 500 | D51F #D51FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | B706 #B706DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9204 #9204AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6803 #68037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4302 #430250 | Primary textHigh emphasis contentDark headings |
| 950 | 2A01 #2A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FF;
--purple-100: #F8DCFE;
--purple-200: #F3BEFD;
--purple-300: #E98DFC;
--purple-400: #DE51FB;
--purple-500: #D51FF9;
--purple-600: #B706DB;
--purple-700: #9204AE;
--purple-800: #68037C;
--purple-900: #430250;
--purple-950: #2A0132;
}