Purple
#A218C9
PinkColor Codes
All color formats for development
HEX
#A218C9RGB
rgb(162, 24, 201)HSL
hsl(287, 79%, 44%)OKLCH
oklch(0.534 0.248 316.6)CMYK
cmyk(19%, 88%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9215B5
2#8213A1
3#72108D
4#610E79
5#510C64
6#410950
7#31073C
8#200528
9#100214
Tints
Lighter variations
1#B71BE2
2#C033E7
3#C84CEA
4#D066ED
5#D87FF0
6#DF99F3
7#E7B2F6
8#EFCCF9
9#F7E5FC
Tones
Muted variations
1#9D20C0
2#9829B7
3#9332AE
4#8E3BA5
5#89449D
6#844D94
7#7F568B
8#7A5E82
9#756779
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 | EDC4 #EDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF96 #DF96F3 | BordersInactive statesPlaceholder text |
| 400 | CE5F #CE5FEC | Disabled statesSecondary iconsMuted text |
| 500 | C032 #C032E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A218 #A218C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8113 #8113A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0D #5C0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B09 #3B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2505 #25052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FD;
--purple-100: #F5DFFB;
--purple-200: #EDC4F8;
--purple-300: #DF96F3;
--purple-400: #CE5FEC;
--purple-500: #C032E7;
--purple-600: #A218C9;
--purple-700: #8113A0;
--purple-800: #5C0D72;
--purple-900: #3B0949;
--purple-950: #25052E;
}