Purple
#A912CE
PinkColor Codes
All color formats for development
HEX
#A912CERGB
rgb(169, 18, 206)HSL
hsl(288, 84%, 44%)OKLCH
oklch(0.546 0.257 317.6)CMYK
cmyk(18%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9810BA
2#870EA5
3#760D91
4#650B7C
5#540967
6#430753
7#33053E
8#220429
9#110215
Tints
Lighter variations
1#BE14E9
2#C62DED
3#CD47EF
4#D561F1
5#DC7CF4
6#E396F6
7#EAB0F8
8#F1CAFA
9#F8E5FD
Tones
Muted variations
1#A31BC5
2#9D25BC
3#982EB2
4#9238A9
5#8C419F
6#874B96
7#81548C
8#7C5D83
9#76677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DE #F6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC2 #EFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E293 #E293F6 | BordersInactive statesPlaceholder text |
| 400 | D35B #D35BF1 | Disabled statesSecondary iconsMuted text |
| 500 | C62C #C62CED | Primary brand colorCTAsActive elementsLinks |
| 600 | A912 #A912CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 860E #860EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 600A #600A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D07 #3D074B | Primary textHigh emphasis contentDark headings |
| 950 | 2604 #26042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FE;
--purple-100: #F6DEFC;
--purple-200: #EFC2FA;
--purple-300: #E293F6;
--purple-400: #D35BF1;
--purple-500: #C62CED;
--purple-600: #A912CE;
--purple-700: #860EA4;
--purple-800: #600A75;
--purple-900: #3D074B;
--purple-950: #26042F;
}