Purple
#9A189A
PinkColor Codes
All color formats for development
HEX
#9A189ARGB
rgb(154, 24, 154)HSL
hsl(300, 73%, 35%)OKLCH
oklch(0.49 0.21 328.2)CMYK
cmyk(0%, 84%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B168B
2#7C137C
3#6C116C
4#5D0E5D
5#4D0C4D
6#3E0A3E
7#2E072E
8#1F051F
9#0F020F
Tints
Lighter variations
1#B71DB7
2#D421D4
3#E036E0
4#E453E4
5#E970E9
6#ED8CED
7#F2A9F2
8#F6C6F6
9#FBE2FB
Tones
Muted variations
1#941F94
2#8D258D
3#872C87
4#803280
5#7A397A
6#733F73
7#6D466D
8#664C66
9#605360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AEF | BordersInactive statesPlaceholder text |
| 400 | E765 #E765E7 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF2FD;
--purple-100: #FAE0FA;
--purple-200: #F6C6F6;
--purple-300: #EF9AEF;
--purple-400: #E765E7;
--purple-500: #E038E0;
--purple-600: #C21EC2;
--purple-700: #9A189A;
--purple-800: #6E116E;
--purple-900: #470B47;
--purple-950: #2C072C;
}