Purple
#9511A2
PinkColor Codes
All color formats for development
HEX
#9511A2RGB
rgb(149, 17, 162)HSL
hsl(295, 81%, 35%)OKLCH
oklch(0.484 0.218 323.8)CMYK
cmyk(8%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#870F91
2#780E81
3#690C71
4#5A0A61
5#4B0851
6#3C0741
7#2D0530
8#1E0320
9#0F0210
Tints
Lighter variations
1#B114C0
2#CD17DE
3#D92DE9
4#DF4BEC
5#E469EF
6#E987F2
7#EFA5F6
8#F4C3F9
9#FAE1FC
Tones
Muted variations
1#8F189A
2#891F93
3#83278C
4#7D2E85
5#77357D
6#713C76
7#6B446F
8#654B68
9#5F5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C3 #F4C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EC95 #EC95F4 | BordersInactive statesPlaceholder text |
| 400 | E25D #E25DEE | Disabled statesSecondary iconsMuted text |
| 500 | DA2F #DA2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | BC15 #BC15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9511 #9511A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B0C #6B0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4408 #44084A | Primary textHigh emphasis contentDark headings |
| 950 | 2B05 #2B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FE;
--purple-100: #F9DFFC;
--purple-200: #F4C3F9;
--purple-300: #EC95F4;
--purple-400: #E25DEE;
--purple-500: #DA2FE9;
--purple-600: #BC15CB;
--purple-700: #9511A2;
--purple-800: #6B0C73;
--purple-900: #44084A;
--purple-950: #2B052E;
}