Purple
#AF049E
PinkColor Codes
All color formats for development
HEX
#AF049ERGB
rgb(175, 4, 158)HSL
hsl(306, 96%, 35%)OKLCH
oklch(0.52 0.231 333.8)CMYK
cmyk(0%, 98%, 10%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D038E
2#8C037E
3#7A026E
4#69025F
5#57024F
6#46013F
7#34012F
8#230120
9#110010
Tints
Lighter variations
1#CF04BB
2#F005D8
3#FA1CE4
4#FB3CE8
5#FC5DEC
6#FC7DF0
7#FD9EF3
8#FEBEF7
9#FEDFFB
Tones
Muted variations
1#A60C97
2#9E1590
3#951D89
4#8D2682
5#842E7C
6#7C3775
7#73406E
8#6A4867
9#625160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CF1 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50EA | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF049E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500248 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FD;
--purple-100: #FEDCFB;
--purple-200: #FEBEF7;
--purple-300: #FD8CF1;
--purple-400: #FB50EA;
--purple-500: #FA1EE4;
--purple-600: #DC04C6;
--purple-700: #AF049E;
--purple-800: #7D0371;
--purple-900: #500248;
--purple-950: #32012D;
}