Purple
#AD11D0
PinkColor Codes
All color formats for development
HEX
#AD11D0RGB
rgb(173, 17, 208)HSL
hsl(289, 85%, 44%)OKLCH
oklch(0.552 0.26 318.4)CMYK
cmyk(17%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B0FBB
2#8A0DA6
3#790C91
4#680A7D
5#560868
6#450753
7#34053E
8#23032A
9#110215
Tints
Lighter variations
1#C313EA
2#CA2CEE
3#D146F0
4#D760F2
5#DE7BF4
6#E595F6
7#EBB0F9
8#F2CAFB
9#F8E5FD
Tones
Muted variations
1#A71AC6
2#A124BC
3#9A2DB3
4#9437A9
5#8E41A0
6#884A96
7#82548D
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 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C2 #F0C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E492 #E492F6 | BordersInactive statesPlaceholder text |
| 400 | D65A #D65AF2 | Disabled statesSecondary iconsMuted text |
| 500 | CA2B #CA2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | AD11 #AD11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 890D #890DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 620A #620A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F06 #3F064B | 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: #F7DEFC;
--purple-200: #F0C2FA;
--purple-300: #E492F6;
--purple-400: #D65AF2;
--purple-500: #CA2BEE;
--purple-600: #AD11D0;
--purple-700: #890DA5;
--purple-800: #620A76;
--purple-900: #3F064B;
--purple-950: #27042F;
}