Magenta
#AF0CD4
PinkColor Codes
All color formats for development
HEX
#AF0CD4RGB
rgb(175, 12, 212)HSL
hsl(289, 89%, 44%)OKLCH
oklch(0.557 0.265 318)CMYK
cmyk(17%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E0BBF
2#8C0AAA
3#7B0994
4#69077F
5#58066A
6#460555
7#350440
8#23022A
9#120115
Tints
Lighter variations
1#C60EEF
2#CD27F2
3#D342F4
4#DA5DF6
5#E078F7
6#E693F9
7#ECAEFA
8#F3C9FC
9#F9E4FD
Tones
Muted variations
1#A916CA
2#A320C0
3#9C2AB6
4#9634AC
5#903EA2
6#894898
7#83528E
8#7D5C84
9#77667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C0 #F1C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E590 #E590F9 | BordersInactive statesPlaceholder text |
| 400 | D856 #D856F5 | Disabled statesSecondary iconsMuted text |
| 500 | CD26 #CD26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF0C #AF0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C0A #8C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6407 #640778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4004 #40044D | Primary textHigh emphasis contentDark headings |
| 950 | 2803 #280330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F7DDFD;
--magenta-200: #F1C0FB;
--magenta-300: #E590F9;
--magenta-400: #D856F5;
--magenta-500: #CD26F2;
--magenta-600: #AF0CD4;
--magenta-700: #8C0AA9;
--magenta-800: #640778;
--magenta-900: #40044D;
--magenta-950: #280330;
}