Purple
#A611D0
PinkColor Codes
All color formats for development
HEX
#A611D0RGB
rgb(166, 17, 208)HSL
hsl(287, 85%, 44%)OKLCH
oklch(0.542 0.258 316.2)CMYK
cmyk(20%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#960FBB
2#850DA6
3#740C91
4#640A7D
5#530868
6#420753
7#32053E
8#21032A
9#110215
Tints
Lighter variations
1#BB13EA
2#C42CEE
3#CB46F0
4#D360F2
5#DA7BF4
6#E195F6
7#E9B0F9
8#F0CAFB
9#F8E5FD
Tones
Muted variations
1#A11AC6
2#9B24BC
3#962DB3
4#9137A9
5#8B41A0
6#864A96
7#80548D
8#7B5D83
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 | EEC2 #EEC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E192 #E192F6 | BordersInactive statesPlaceholder text |
| 400 | D15A #D15AF2 | Disabled statesSecondary iconsMuted text |
| 500 | C42B #C42BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | A611 #A611D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 840D #840DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0A #5E0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C06 #3C064B | Primary textHigh emphasis contentDark headings |
| 950 | 2604 #26042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FE;
--purple-100: #F6DEFC;
--purple-200: #EEC2FA;
--purple-300: #E192F6;
--purple-400: #D15AF2;
--purple-500: #C42BEE;
--purple-600: #A611D0;
--purple-700: #840DA5;
--purple-800: #5E0A76;
--purple-900: #3C064B;
--purple-950: #26042F;
}