Purple
#A219C8
PinkColor Codes
All color formats for development
HEX
#A219C8RGB
rgb(162, 25, 200)HSL
hsl(287, 78%, 44%)OKLCH
oklch(0.534 0.247 316.8)CMYK
cmyk(19%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9216B4
2#8114A0
3#71118C
4#610F78
5#510C64
6#410A50
7#31073C
8#200528
9#100214
Tints
Lighter variations
1#B61CE1
2#BF34E6
3#C74DE9
4#CF66EC
5#D780EF
6#DF99F2
7#E7B3F6
8#EFCCF9
9#F7E6FC
Tones
Muted variations
1#9D21BF
2#982AB6
3#9333AD
4#8E3CA5
5#89449C
6#844D93
7#7F568A
8#7A5F82
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 | DE97 #DE97F2 | BordersInactive statesPlaceholder text |
| 400 | CD60 #CD60EB | Disabled statesSecondary iconsMuted text |
| 500 | BF33 #BF33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A219 #A219C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8114 #81149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0E #5C0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B09 #3B0949 | 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: #EDC4F8;
--purple-300: #DE97F2;
--purple-400: #CD60EB;
--purple-500: #BF33E6;
--purple-600: #A219C8;
--purple-700: #81149F;
--purple-800: #5C0E71;
--purple-900: #3B0949;
--purple-950: #25062D;
}