Purple
#A0138B
PinkColor Codes
All color formats for development
HEX
#A0138BRGB
rgb(160, 19, 139)HSL
hsl(309, 79%, 35%)OKLCH
oklch(0.489 0.205 335.8)CMYK
cmyk(0%, 88%, 13%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90117D
2#800F6F
3#700D61
4#600B53
5#500945
6#400737
7#30062A
8#20041C
9#10020E
Tints
Lighter variations
1#BD16A4
2#DB1ABE
3#E72FCB
4#EA4DD3
5#EE6BDA
6#F188E1
7#F5A6E9
8#F8C4F0
9#FCE1F8
Tones
Muted variations
1#991A86
2#922181
3#8B287C
4#842F77
5#7D3672
6#753D6D
7#6E4468
8#674B63
9#60525E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396E5 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FD7 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732CC | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C918AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0138B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49093F | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FC;
--purple-100: #FBDFF7;
--purple-200: #F8C4F0;
--purple-300: #F396E5;
--purple-400: #EC5FD7;
--purple-500: #E732CC;
--purple-600: #C918AE;
--purple-700: #A0138B;
--purple-800: #720D63;
--purple-900: #49093F;
--purple-950: #2E0528;
}