Purple
#9A199A
PinkColor Codes
All color formats for development
HEX
#9A199ARGB
rgb(154, 25, 154)HSL
hsl(300, 72%, 35%)OKLCH
oklch(0.491 0.209 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#8A168A
2#7B147B
3#6B116B
4#5C0F5C
5#4D0C4D
6#3D0A3D
7#2E072E
8#1F051F
9#0F020F
Tints
Lighter variations
1#B61EB6
2#D322D3
3#DF37DF
4#E354E3
5#E870E8
6#EC8DEC
7#F1A9F1
8#F6C6F6
9#FAE2FA
Tones
Muted variations
1#931F93
2#8D268D
3#862C86
4#803380
5#793979
6#734073
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 | E665 #E665E6 | Disabled statesSecondary iconsMuted text |
| 500 | DF3A #DF3ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | C11F #C11FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A19 #9A199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E12 #6E126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 460B #460B46 | 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: #E665E6;
--purple-500: #DF3ADF;
--purple-600: #C11FC1;
--purple-700: #9A199A;
--purple-800: #6E126E;
--purple-900: #460B46;
--purple-950: #2C072C;
}