Purple
#A911D0
PinkColor Codes
All color formats for development
HEX
#A911D0RGB
rgb(169, 17, 208)HSL
hsl(288, 85%, 44%)OKLCH
oklch(0.547 0.259 317.1)CMYK
cmyk(19%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#980FBB
2#880DA6
3#770C91
4#660A7D
5#550868
6#440753
7#33053E
8#22032A
9#110215
Tints
Lighter variations
1#BF13EA
2#C72CEE
3#CE46F0
4#D560F2
5#DC7BF4
6#E395F6
7#EAB0F9
8#F1CAFB
9#F8E5FD
Tones
Muted variations
1#A41AC6
2#9E24BC
3#982DB3
4#9337A9
5#8D41A0
6#874A96
7#81548D
8#7C5D83
9#76677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DE #F6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC2 #EFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E292 #E292F6 | BordersInactive statesPlaceholder text |
| 400 | D35A #D35AF2 | Disabled statesSecondary iconsMuted text |
| 500 | C72B #C72BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | A911 #A911D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 870D #870DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 600A #600A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E06 #3E064B | Primary textHigh emphasis contentDark headings |
| 950 | 2704 #27042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FE;
--purple-100: #F6DEFC;
--purple-200: #EFC2FA;
--purple-300: #E292F6;
--purple-400: #D35AF2;
--purple-500: #C72BEE;
--purple-600: #A911D0;
--purple-700: #870DA5;
--purple-800: #600A76;
--purple-900: #3E064B;
--purple-950: #27042F;
}