Purple
#8A149F
PinkColor Codes
All color formats for development
HEX
#8A149FRGB
rgb(138, 20, 159)HSL
hsl(291, 78%, 35%)OKLCH
oklch(0.466 0.21 320.6)CMYK
cmyk(13%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7C128F
2#6E107F
3#610E6F
4#530C5F
5#450A4F
6#370840
7#290630
8#1C0420
9#0E0210
Tints
Lighter variations
1#A417BC
2#BD1BDA
3#CA30E5
4#D24EE9
5#D96BED
6#E189F0
7#E8A6F4
8#F0C4F8
9#F7E1FB
Tones
Muted variations
1#851B98
2#802291
3#7B298A
4#762F83
5#72367C
6#6D3D75
7#68446E
8#634B67
9#5E5260
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;
}