Magenta
#AF07DA
PinkColor Codes
All color formats for development
HEX
#AF07DARGB
rgb(175, 7, 218)HSL
hsl(288, 94%, 44%)OKLCH
oklch(0.56 0.271 316.6)CMYK
cmyk(20%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E06C4
2#8C05AE
3#7B0598
4#690483
5#58036D
6#460357
7#350241
8#23012C
9#120116
Tints
Lighter variations
1#C608F5
2#CD21F8
3#D33DF9
4#DA59FA
5#E074FB
6#E690FC
7#ECACFC
8#F3C8FD
9#F9E3FE
Tones
Muted variations
1#A911CF
2#A31CC5
3#9C26BA
4#9631AF
5#903BA5
6#8A469A
7#835190
8#7D5B85
9#77667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BF #F1BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E58D #E58DFB | BordersInactive statesPlaceholder text |
| 400 | D852 #D852FA | Disabled statesSecondary iconsMuted text |
| 500 | CD20 #CD20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF07 #AF07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C05 #8C05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6404 #64047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4002 #40024F | 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: #FCF0FF;
--magenta-100: #F7DCFE;
--magenta-200: #F1BFFD;
--magenta-300: #E58DFB;
--magenta-400: #D852FA;
--magenta-500: #CD20F8;
--magenta-600: #AF07DA;
--magenta-700: #8C05AD;
--magenta-800: #64047C;
--magenta-900: #40024F;
--magenta-950: #280231;
}