Purple
#A0138F
PinkColor Codes
All color formats for development
HEX
#A0138FRGB
rgb(160, 19, 143)HSL
hsl(307, 79%, 35%)OKLCH
oklch(0.491 0.208 334.3)CMYK
cmyk(0%, 88%, 11%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#901181
2#800F73
3#700D64
4#600B56
5#500948
6#400739
7#30062B
8#20041D
9#10020E
Tints
Lighter variations
1#BD16AA
2#DB1AC5
3#E72FD1
4#EA4DD8
5#EE6BDE
6#F188E5
7#F5A6EB
8#F8C4F2
9#FCE1F8
Tones
Muted variations
1#991A8A
2#922184
3#8B287F
4#842F7A
5#7D3674
6#753D6F
7#6E4469
8#674B64
9#60525F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396E8 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FDC | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C918B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0138F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490942 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FC;
--purple-100: #FBDFF8;
--purple-200: #F8C4F2;
--purple-300: #F396E8;
--purple-400: #EC5FDC;
--purple-500: #E732D2;
--purple-600: #C918B4;
--purple-700: #A0138F;
--purple-800: #720D66;
--purple-900: #490942;
--purple-950: #2E0529;
}