Magenta
#AF08D9
PinkColor Codes
All color formats for development
HEX
#AF08D9RGB
rgb(175, 8, 217)HSL
hsl(288, 93%, 44%)OKLCH
oklch(0.56 0.27 316.8)CMYK
cmyk(19%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D07C3
2#8C06AD
3#7A0598
4#690582
5#57046C
6#460357
7#340241
8#23022B
9#110116
Tints
Lighter variations
1#C509F4
2#CD23F7
3#D33EF8
4#D95AF9
5#DF75FA
6#E691FB
7#ECACFC
8#F2C8FD
9#F9E3FE
Tones
Muted variations
1#A912CE
2#A21DC4
3#9C27B9
4#9632AF
5#903CA4
6#89469A
7#835190
8#7D5B85
9#76667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BF #F0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E58E #E58EFB | BordersInactive statesPlaceholder text |
| 400 | D853 #D853F9 | Disabled statesSecondary iconsMuted text |
| 500 | CC22 #CC22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF08 #AF08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B06 #8B06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6304 #63047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4003 #40034F | Primary textHigh emphasis contentDark headings |
| 950 | 2802 #280231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FE;
--magenta-100: #F7DDFE;
--magenta-200: #F0BFFD;
--magenta-300: #E58EFB;
--magenta-400: #D853F9;
--magenta-500: #CC22F7;
--magenta-600: #AF08D9;
--magenta-700: #8B06AC;
--magenta-800: #63047B;
--magenta-900: #40034F;
--magenta-950: #280231;
}