Purple
#9A1883
PinkColor Codes
All color formats for development
HEX
#9A1883RGB
rgb(154, 24, 131)HSL
hsl(311, 73%, 35%)OKLCH
oklch(0.477 0.194 337)CMYK
cmyk(0%, 84%, 15%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B1675
2#7C1368
3#6C115B
4#5D0E4E
5#4D0C41
6#3E0A34
7#2E0727
8#1F051A
9#0F020D
Tints
Lighter variations
1#B71D9B
2#D421B3
3#E036C1
4#E453CA
5#E970D2
6#ED8CDB
7#F2A9E4
8#F6C6ED
9#FBE2F6
Tones
Muted variations
1#941F7E
2#8D257A
3#872C76
4#803272
5#7A396E
6#733F6A
7#6D4666
8#664C62
9#60535D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ADF | BordersInactive statesPlaceholder text |
| 400 | E765 #E765CF | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21EA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1883 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E115D | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B3C | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0725 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF2FB;
--purple-100: #FAE0F5;
--purple-200: #F6C6ED;
--purple-300: #EF9ADF;
--purple-400: #E765CF;
--purple-500: #E038C1;
--purple-600: #C21EA4;
--purple-700: #9A1883;
--purple-800: #6E115D;
--purple-900: #470B3C;
--purple-950: #2C0725;
}