Magenta
#AC07DA
PinkColor Codes
All color formats for development
HEX
#AC07DARGB
rgb(172, 7, 218)HSL
hsl(287, 94%, 44%)OKLCH
oklch(0.556 0.27 315.7)CMYK
cmyk(21%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B06C4
2#8A05AE
3#780598
4#670483
5#56036D
6#450357
7#340241
8#22012C
9#110116
Tints
Lighter variations
1#C208F5
2#CA21F8
3#D03DF9
4#D759FA
5#DE74FB
6#E490FC
7#EBACFC
8#F2C8FD
9#F8E3FE
Tones
Muted variations
1#A611CF
2#A01CC5
3#9A26BA
4#9431AF
5#8E3BA5
6#88469A
7#825190
8#7C5B85
9#76667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BF #F0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E48D #E48DFB | BordersInactive statesPlaceholder text |
| 400 | D552 #D552FA | Disabled statesSecondary iconsMuted text |
| 500 | C920 #C920F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | AC07 #AC07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8905 #8905AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6204 #62047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F02 #3F024F | Primary textHigh emphasis contentDark headings |
| 950 | 2702 #270231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F7DCFE;
--magenta-200: #F0BFFD;
--magenta-300: #E48DFB;
--magenta-400: #D552FA;
--magenta-500: #C920F8;
--magenta-600: #AC07DA;
--magenta-700: #8905AD;
--magenta-800: #62047C;
--magenta-900: #3F024F;
--magenta-950: #270231;
}