Purple
#67017E
PinkColor Codes
All color formats for development
HEX
#67017ERGB
rgb(103, 1, 126)HSL
hsl(289, 98%, 25%)OKLCH
oklch(0.378 0.182 318.1)CMYK
cmyk(18%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D0172
2#530165
3#480158
4#3E014C
5#34013F
6#290132
7#1F0026
8#150019
9#0A000D
Tints
Lighter variations
1#8602A4
2#A502CA
3#C402F0
4#D31CFD
5#DB42FD
6#E268FD
7#E98DFE
8#F0B3FE
9#F8D9FF
Tones
Muted variations
1#630878
2#5F0E72
3#5B146B
4#571A65
5#54215F
6#502759
7#4C2D52
8#48334C
9#443A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DC #F8DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2BD #F2BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E98B #E98BFE | BordersInactive statesPlaceholder text |
| 400 | DD4E #DD4EFD | Disabled statesSecondary iconsMuted text |
| 500 | D31C #D31CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | B602 #B602DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9102 #9102B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6701 #67017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4201 #420151 | Primary textHigh emphasis contentDark headings |
| 950 | 2901 #290132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FF;
--purple-100: #F8DCFF;
--purple-200: #F2BDFE;
--purple-300: #E98BFE;
--purple-400: #DD4EFD;
--purple-500: #D31CFD;
--purple-600: #B602DE;
--purple-700: #9102B1;
--purple-800: #67017E;
--purple-900: #420151;
--purple-950: #290132;
}