Magenta
#AD04DC
PinkColor Codes
All color formats for development
HEX
#AD04DCRGB
rgb(173, 4, 220)HSL
hsl(287, 96%, 44%)OKLCH
oklch(0.558 0.273 315.5)CMYK
cmyk(21%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C04C6
2#8B04B0
3#79039A
4#680384
5#57026E
6#450258
7#340142
8#23012C
9#110016
Tints
Lighter variations
1#C305F8
2#CB1FFA
3#D13BFB
4#D857FC
5#DE73FC
6#E58FFD
7#EBABFD
8#F2C7FE
9#F8E3FE
Tones
Muted variations
1#A70FD1
2#A11AC6
3#9B25BC
4#9530B1
5#8F3AA6
6#89459B
7#835091
8#7C5B86
9#76657B
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 | F0BE #F0BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E48C #E48CFD | BordersInactive statesPlaceholder text |
| 400 | D650 #D650FB | Disabled statesSecondary iconsMuted text |
| 500 | CB1E #CB1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | AD04 #AD04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8A04 #8A04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6203 #62037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F02 #3F0250 | 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: #FCF0FF;
--magenta-100: #F7DCFE;
--magenta-200: #F0BEFE;
--magenta-300: #E48CFD;
--magenta-400: #D650FB;
--magenta-500: #CB1EFA;
--magenta-600: #AD04DC;
--magenta-700: #8A04AF;
--magenta-800: #62037D;
--magenta-900: #3F0250;
--magenta-950: #270132;
}