Purple
#AF12CE
PinkColor Codes
All color formats for development
HEX
#AF12CERGB
rgb(175, 18, 206)HSL
hsl(290, 84%, 44%)OKLCH
oklch(0.554 0.259 319.5)CMYK
cmyk(15%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E10BA
2#8C0EA5
3#7B0D91
4#690B7C
5#580967
6#460753
7#35053E
8#230429
9#120215
Tints
Lighter variations
1#C514E9
2#CD2DED
3#D347EF
4#D961F1
5#E07CF4
6#E696F6
7#ECB0F8
8#F2CAFA
9#F9E5FD
Tones
Muted variations
1#A91BC5
2#A225BC
3#9C2EB2
4#9638A9
5#90419F
6#894B96
7#83548C
8#7D5D83
9#76677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C2 #F0C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E593 #E593F6 | BordersInactive statesPlaceholder text |
| 400 | D85B #D85BF1 | Disabled statesSecondary iconsMuted text |
| 500 | CD2C #CD2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | AF12 #AF12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B0E #8B0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630A #630A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4007 #40074B | Primary textHigh emphasis contentDark headings |
| 950 | 2804 #28042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FE;
--purple-100: #F7DEFC;
--purple-200: #F0C2FA;
--purple-300: #E593F6;
--purple-400: #D85BF1;
--purple-500: #CD2CED;
--purple-600: #AF12CE;
--purple-700: #8B0EA4;
--purple-800: #630A75;
--purple-900: #40074B;
--purple-950: #28042F;
}