Purple
#9C19C8
PinkColor Codes
All color formats for development
HEX
#9C19C8RGB
rgb(156, 25, 200)HSL
hsl(285, 78%, 44%)OKLCH
oklch(0.525 0.245 314.8)CMYK
cmyk(22%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C16B4
2#7D14A0
3#6D118C
4#5E0F78
5#4E0C64
6#3E0A50
7#2F073C
8#1F0528
9#100214
Tints
Lighter variations
1#B01CE1
2#B934E6
3#C24DE9
4#CB66EC
5#D380EF
6#DC99F2
7#E5B3F6
8#EECCF9
9#F6E6FC
Tones
Muted variations
1#9821BF
2#932AB6
3#8F33AD
4#8A3CA5
5#86449C
6#824D93
7#7D568A
8#795F82
9#756779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DF #F4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC4 #EBC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DB97 #DB97F2 | BordersInactive statesPlaceholder text |
| 400 | C960 #C960EB | Disabled statesSecondary iconsMuted text |
| 500 | B933 #B933E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9C19 #9C19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C14 #7C149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 590E #590E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3909 #390949 | Primary textHigh emphasis contentDark headings |
| 950 | 2306 #23062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF1FD;
--purple-100: #F4DFFB;
--purple-200: #EBC4F8;
--purple-300: #DB97F2;
--purple-400: #C960EB;
--purple-500: #B933E6;
--purple-600: #9C19C8;
--purple-700: #7C149F;
--purple-800: #590E71;
--purple-900: #390949;
--purple-950: #23062D;
}