Purple
#A700B3
PinkColor Codes
All color formats for development
HEX
#A700B3RGB
rgb(167, 0, 179)HSL
hsl(296, 100%, 35%)OKLCH
oklch(0.519 0.243 324.7)CMYK
cmyk(7%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9600A1
2#85008F
3#75007D
4#64006B
5#530059
6#430047
7#320036
8#210024
9#110012
Tints
Lighter variations
1#C600D4
2#E400F5
3#F017FF
4#F238FF
5#F459FF
6#F67AFF
7#F89CFF
8#FBBDFF
9#FDDEFF
Tones
Muted variations
1#9F09AA
2#9712A1
3#8F1B98
4#88248F
5#802D86
6#78367D
7#703E74
8#69476B
9#615062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDB #FDDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBBD #FBBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | F78A #F78AFF | BordersInactive statesPlaceholder text |
| 400 | F34D #F34DFF | Disabled statesSecondary iconsMuted text |
| 500 | F01A #F01AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | D100 #D100E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A700 #A700B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7700 #770080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C00 #4C0052 | Primary textHigh emphasis contentDark headings |
| 950 | 3000 #300033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FEF0FF;
--purple-100: #FDDBFF;
--purple-200: #FBBDFF;
--purple-300: #F78AFF;
--purple-400: #F34DFF;
--purple-500: #F01AFF;
--purple-600: #D100E0;
--purple-700: #A700B3;
--purple-800: #770080;
--purple-900: #4C0052;
--purple-950: #300033;
}