Purple
#9D18C9
PinkColor Codes
All color formats for development
HEX
#9D18C9RGB
rgb(157, 24, 201)HSL
hsl(285, 79%, 44%)OKLCH
oklch(0.527 0.247 314.9)CMYK
cmyk(22%, 88%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D15B5
2#7D13A1
3#6E108D
4#5E0E79
5#4E0C64
6#3F0950
7#2F073C
8#1F0528
9#100214
Tints
Lighter variations
1#B01BE2
2#BA33E7
3#C34CEA
4#CB66ED
5#D47FF0
6#DC99F3
7#E5B2F6
8#EECCF9
9#F6E5FC
Tones
Muted variations
1#9820C0
2#9429B7
3#8F32AE
4#8B3BA5
5#86449D
6#824D94
7#7D568B
8#795E82
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 | DC96 #DC96F3 | BordersInactive statesPlaceholder text |
| 400 | C95F #C95FEC | Disabled statesSecondary iconsMuted text |
| 500 | BA32 #BA32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9D18 #9D18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D13 #7D13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 590D #590D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3909 #390949 | Primary textHigh emphasis contentDark headings |
| 950 | 2405 #24052E | 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: #DC96F3;
--purple-400: #C95FEC;
--purple-500: #BA32E7;
--purple-600: #9D18C9;
--purple-700: #7D13A0;
--purple-800: #590D72;
--purple-900: #390949;
--purple-950: #24052E;
}