Purple
#A410D1
PinkColor Codes
All color formats for development
HEX
#A410D1RGB
rgb(164, 16, 209)HSL
hsl(286, 86%, 44%)OKLCH
oklch(0.54 0.258 315.3)CMYK
cmyk(22%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#930EBC
2#830DA7
3#730B92
4#62097D
5#520868
6#410653
7#31053F
8#21032A
9#100215
Tints
Lighter variations
1#B812EB
2#C12BEF
3#C945F1
4#D160F3
5#D87AF5
6#E095F7
7#E8AFF9
8#F0CAFB
9#F7E4FD
Tones
Muted variations
1#9F19C7
2#9923BD
3#942DB4
4#8F36AA
5#8A40A0
6#854A97
7#80538D
8#7A5D83
9#75677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DE #F5DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC1 #EDC1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | DF92 #DF92F7 | BordersInactive statesPlaceholder text |
| 400 | CF59 #CF59F3 | Disabled statesSecondary iconsMuted text |
| 500 | C12A #C12AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | A410 #A410D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 820C #820CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D09 #5D0977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C06 #3C064C | Primary textHigh emphasis contentDark headings |
| 950 | 2504 #25042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FE;
--purple-100: #F5DEFD;
--purple-200: #EDC1FA;
--purple-300: #DF92F7;
--purple-400: #CF59F3;
--purple-500: #C12AEF;
--purple-600: #A410D1;
--purple-700: #820CA6;
--purple-800: #5D0977;
--purple-900: #3C064C;
--purple-950: #25042F;
}