Purple
#AD19C8
PinkColor Codes
All color formats for development
HEX
#AD19C8RGB
rgb(173, 25, 200)HSL
hsl(291, 78%, 44%)OKLCH
oklch(0.55 0.25 320.3)CMYK
cmyk(13%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C16B4
2#8B14A0
3#79118C
4#680F78
5#570C64
6#450A50
7#34073C
8#230528
9#110214
Tints
Lighter variations
1#C41CE1
2#CB34E6
3#D24DE9
4#D866EC
5#DF80EF
6#E599F2
7#ECB3F6
8#F2CCF9
9#F9E6FC
Tones
Muted variations
1#A721BF
2#A12AB6
3#9B33AD
4#953CA5
5#8F449C
6#894D93
7#83568A
8#7C5F82
9#766779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C4 #F0C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E497 #E497F2 | BordersInactive statesPlaceholder text |
| 400 | D660 #D660EB | Disabled statesSecondary iconsMuted text |
| 500 | CB33 #CB33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | AD19 #AD19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8A14 #8A149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630E #630E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F09 #3F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2706 #27062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FD;
--purple-100: #F7DFFB;
--purple-200: #F0C4F8;
--purple-300: #E497F2;
--purple-400: #D660EB;
--purple-500: #CB33E6;
--purple-600: #AD19C8;
--purple-700: #8A149F;
--purple-800: #630E71;
--purple-900: #3F0949;
--purple-950: #27062D;
}