Magenta
#AA04DC
PinkColor Codes
All color formats for development
HEX
#AA04DCRGB
rgb(170, 4, 220)HSL
hsl(286, 96%, 44%)OKLCH
oklch(0.554 0.272 314.6)CMYK
cmyk(23%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9904C6
2#8804B0
3#77039A
4#660384
5#55026E
6#440258
7#330142
8#22012C
9#110016
Tints
Lighter variations
1#BF05F8
2#C71FFA
3#CE3BFB
4#D557FC
5#DC73FC
6#E38FFD
7#EAABFD
8#F1C7FE
9#F8E3FE
Tones
Muted variations
1#A40FD1
2#9E1AC6
3#9825BC
4#9330B1
5#8D3AA6
6#87459B
7#815091
8#7C5B86
9#76657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DC #F6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFBE #EFBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E28C #E28CFD | BordersInactive statesPlaceholder text |
| 400 | D350 #D350FB | Disabled statesSecondary iconsMuted text |
| 500 | C71E #C71EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | AA04 #AA04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8704 #8704AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6003 #60037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E02 #3E0250 | Primary textHigh emphasis contentDark headings |
| 950 | 2701 #270132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F6DCFE;
--magenta-200: #EFBEFE;
--magenta-300: #E28CFD;
--magenta-400: #D350FB;
--magenta-500: #C71EFA;
--magenta-600: #AA04DC;
--magenta-700: #8704AF;
--magenta-800: #60037D;
--magenta-900: #3E0250;
--magenta-950: #270132;
}