Magenta
#AF0DD3
PinkColor Codes
All color formats for development
HEX
#AF0DD3RGB
rgb(175, 13, 211)HSL
hsl(289, 88%, 44%)OKLCH
oklch(0.556 0.264 318.3)CMYK
cmyk(17%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D0CBE
2#8C0BA9
3#7A0994
4#69087F
5#570769
6#460554
7#34043F
8#23032A
9#110115
Tints
Lighter variations
1#C50FEE
2#CC28F1
3#D343F3
4#D95EF5
5#DF79F6
6#E694F8
7#ECAEFA
8#F2C9FC
9#F9E4FD
Tones
Muted variations
1#A817C9
2#A221BF
3#9C2BB5
4#9635AB
5#8F3FA2
6#894998
7#83538E
8#7D5C84
9#76667A
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 | F0C1 #F0C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E591 #E591F8 | BordersInactive statesPlaceholder text |
| 400 | D757 #D757F4 | Disabled statesSecondary iconsMuted text |
| 500 | CC27 #CC27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF0D #AF0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B0B #8B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6308 #630878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4005 #40054D | 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: #F0C1FB;
--magenta-300: #E591F8;
--magenta-400: #D757F4;
--magenta-500: #CC27F1;
--magenta-600: #AF0DD3;
--magenta-700: #8B0BA8;
--magenta-800: #630878;
--magenta-900: #40054D;
--magenta-950: #280330;
}