Purple
#69017E
PinkColor Codes
All color formats for development
HEX
#69017ERGB
rgb(105, 1, 126)HSL
hsl(290, 98%, 25%)OKLCH
oklch(0.381 0.183 319)CMYK
cmyk(17%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F0172
2#540165
3#4A0158
4#3F014C
5#35013F
6#2A0132
7#200026
8#150019
9#0B000D
Tints
Lighter variations
1#8902A4
2#A902CA
3#C802F0
4#D71CFD
5#DE42FD
6#E468FD
7#EB8DFE
8#F2B3FE
9#F8D9FF
Tones
Muted variations
1#650878
2#610E72
3#5D146B
4#591A65
5#55215F
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 | F9DC #F9DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BD #F4BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8B #EB8BFE | BordersInactive statesPlaceholder text |
| 400 | E04E #E04EFD | Disabled statesSecondary iconsMuted text |
| 500 | D71C #D71CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | BA02 #BA02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9402 #9402B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6901 #69017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4301 #430151 | 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: #F9DCFF;
--purple-200: #F4BDFE;
--purple-300: #EB8BFE;
--purple-400: #E04EFD;
--purple-500: #D71CFD;
--purple-600: #BA02DE;
--purple-700: #9402B1;
--purple-800: #69017E;
--purple-900: #430151;
--purple-950: #2A0132;
}