Purple
#A612CE
PinkColor Codes
All color formats for development
HEX
#A612CERGB
rgb(166, 18, 206)HSL
hsl(287, 84%, 44%)OKLCH
oklch(0.541 0.256 316.7)CMYK
cmyk(19%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9510BA
2#840EA5
3#740D91
4#630B7C
5#530967
6#420753
7#32053E
8#210429
9#110215
Tints
Lighter variations
1#BB14E9
2#C32DED
3#CB47EF
4#D261F1
5#DA7CF4
6#E196F6
7#E9B0F8
8#F0CAFA
9#F8E5FD
Tones
Muted variations
1#A01BC5
2#9B25BC
3#962EB2
4#9038A9
5#8B419F
6#864B96
7#80548C
8#7B5D83
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 | EEC2 #EEC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E093 #E093F6 | BordersInactive statesPlaceholder text |
| 400 | D05B #D05BF1 | Disabled statesSecondary iconsMuted text |
| 500 | C32C #C32CED | Primary brand colorCTAsActive elementsLinks |
| 600 | A612 #A612CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 840E #840EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0A #5E0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C07 #3C074B | 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: #EEC2FA;
--purple-300: #E093F6;
--purple-400: #D05BF1;
--purple-500: #C32CED;
--purple-600: #A612CE;
--purple-700: #840EA4;
--purple-800: #5E0A75;
--purple-900: #3C074B;
--purple-950: #26042F;
}