Purple
#A213CD
PinkColor Codes
All color formats for development
HEX
#A213CDRGB
rgb(162, 19, 205)HSL
hsl(286, 83%, 44%)OKLCH
oklch(0.535 0.254 315.6)CMYK
cmyk(21%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9211B9
2#810FA4
3#710D90
4#610B7B
5#510A67
6#410852
7#31063E
8#200429
9#100215
Tints
Lighter variations
1#B616E7
2#BF2EEC
3#C748EE
4#CF62F0
5#D77CF3
6#DF96F5
7#E7B1F8
8#EFCBFA
9#F7E5FD
Tones
Muted variations
1#9D1CC4
2#9826BB
3#932FB1
4#8E38A8
5#89429F
6#844B95
7#7F548C
8#7A5E83
9#75677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DE #F5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC2 #EDC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE94 #DE94F5 | BordersInactive statesPlaceholder text |
| 400 | CD5C #CD5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | BF2D #BF2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | A213 #A213CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 810F #810FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0B #5C0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B07 #3B074B | Primary textHigh emphasis contentDark headings |
| 950 | 2504 #25042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FE;
--purple-100: #F5DEFC;
--purple-200: #EDC2F9;
--purple-300: #DE94F5;
--purple-400: #CD5CF0;
--purple-500: #BF2DEB;
--purple-600: #A213CD;
--purple-700: #810FA3;
--purple-800: #5C0B75;
--purple-900: #3B074B;
--purple-950: #25042F;
}