Purple
#A11AC7
PinkColor Codes
All color formats for development
HEX
#A11AC7RGB
rgb(161, 26, 199)HSL
hsl(287, 77%, 44%)OKLCH
oklch(0.532 0.245 316.7)CMYK
cmyk(19%, 87%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9117B3
2#81159F
3#71128B
4#610F77
5#510D63
6#400A4F
7#30083C
8#200528
9#100314
Tints
Lighter variations
1#B61DE0
2#BF35E5
3#C74EE8
4#CF67EB
5#D781EF
6#DF9AF2
7#E7B3F5
8#EFCCF8
9#F7E6FC
Tones
Muted variations
1#9C22BE
2#972BB5
3#9234AD
4#8E3CA4
5#89459B
6#844E93
7#7F568A
8#7A5F81
9#756879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DF #F5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC4 #ECC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE97 #DE97F2 | BordersInactive statesPlaceholder text |
| 400 | CD61 #CD61EA | Disabled statesSecondary iconsMuted text |
| 500 | BE34 #BE34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | A11A #A11AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8015 #80159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0F #5C0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B09 #3B0948 | Primary textHigh emphasis contentDark headings |
| 950 | 2506 #25062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FD;
--purple-100: #F5DFFB;
--purple-200: #ECC4F7;
--purple-300: #DE97F2;
--purple-400: #CD61EA;
--purple-500: #BE34E5;
--purple-600: #A11AC7;
--purple-700: #80159E;
--purple-800: #5C0F71;
--purple-900: #3B0948;
--purple-950: #25062D;
}